Html Css Color HEX #7CB504 Christi

📋 copy color: '#7CB504'

red 124 ◦ green 181 ◦ blue 4

#7CB504
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #7CB504

Tints of Christi #7CB504

RGB

 RED value IS 124 (48.83% from 255) = 40.13%

 GREEN value IS 181 (71.09% from 255) = 58.58%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 40.13%
G = 58.58%
B = 1.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7CB504 (or 0x7CB504) is known color: Christi. HEX triplet: 7C, B5 and 04. RGB value is (124,181,4). Sum of RGB (Red+Green+Blue) = 124+181+4=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB504 is #834AFB. Grayscale: #909090. Windows color (decimal): -8604412 or 308604. OLE color: 308604.

HSL color Cylindrical-coordinate representation of color #7CB504: hue angle of 79.32º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CB504 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 181 4 -
CMYK 0.31 0 0.98 0.29
HSL 79.32º 0.96% 0.36% -
HSV(B) 79.32º 0.98% 0.71% -
XYZ 24.86 37.34 6.01 -
YUV 143.78 49.12 113.89 -
System Red Green Blue C M Y K H S L
Decimal 124 181 4 0.31 0 0.98 0.29 79.32 0.96 0.36
Hex 7C B5 4 1F 0 62 1D 4F 60 24
Octal 174 265 4 37 0 142 35 117 140 44
Binary 1111100 10110101 100 11111 0 1100010 11101 1001111 1100000 100100

Color Harmonies of #7CB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB504

Black with #7CB504

Text Example


Text Example

White with #7CB504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CB504; }

 p { color: rgb(124,181,4); }

 H1.HeaderClassName
 {
   color: #7CB504;
 }
 .AnyTagClassName
 {
   color: #7CB504;
 }
</style>

background-color css

<style>
 a { background-color: #7CB504; }

 a { background-color: rgb(124,181,4); }

 div.DivClassName
 {
   background-color: #7CB504;
 }
 .BgClassName
 {
   background-color: #7CB504;
 }
</style>

border-color css

<style>
 span { border-color: #7CB504; }

 span { border-color: rgb(124,181,4); }

 td.TdClassName
 {
   border-color: #7CB504;
 }
 .TagClassName
 {
   border-color: #7CB504;
 }
</style>