Html Css Color HEX #72C006 Christi

📋 copy color: '#72C006'

red 114 ◦ green 192 ◦ blue 6

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

Shades of Christi #72C006

Tints of Christi #72C006

RGB

 RED value IS 114 (44.92% from 255) = 36.54%

 GREEN value IS 192 (75.39% from 255) = 61.54%

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 36.54%
G = 61.54%
B = 1.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#72C006 (or 0x72C006) is known color: Christi. HEX triplet: 72, C0 and 06. RGB value is (114,192,6). Sum of RGB (Red+Green+Blue) = 114+192+6=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #72C006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C006 is #8D3FF9. Grayscale: #949494. Windows color (decimal): -9256954 or 442482. OLE color: 442482.

HSL color Cylindrical-coordinate representation of color #72C006: hue angle of 85.16º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72C006 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 192 6 -
CMYK 0.41 0 0.97 0.25
HSL 85.16º 0.94% 0.39% -
HSV(B) 85.16º 0.97% 0.75% -
XYZ 25.82 41.29 6.78 -
YUV 147.47 48.16 104.12 -
System Red Green Blue C M Y K H S L
Decimal 114 192 6 0.41 0 0.97 0.25 85.16 0.94 0.39
Hex 72 C0 6 29 0 61 19 55 5E 27
Octal 162 300 6 51 0 141 31 125 136 47
Binary 1110010 11000000 110 101001 0 1100001 11001 1010101 1011110 100111

Color Harmonies of #72C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C006

Black with #72C006

Text Example


Text Example

White with #72C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72C006; }

 p { color: rgb(114,192,6); }

 H1.HeaderClassName
 {
   color: #72C006;
 }
 .AnyTagClassName
 {
   color: #72C006;
 }
</style>

background-color css

<style>
 a { background-color: #72C006; }

 a { background-color: rgb(114,192,6); }

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

border-color css

<style>
 span { border-color: #72C006; }

 span { border-color: rgb(114,192,6); }

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