#72C306

Color #72C306 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #72C306

Tints of Christi #72C306

Color information

#72C306 (or 0x72C306) is unknown color: approx Christi. HEX triplet: 72, C3 and 06. RGB value is (114,195,6). Sum of RGB (Red+Green+Blue) = 114+195+6=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #72C306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C306 is #8D3CF9. Grayscale: #959595. Windows color (decimal): -9256186 or 443250. OLE color: 443250.

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

Color convert

RGB1141956-
CMYK0.4200.970.24
HSL85.71º94.03%39.41%-
HSV(B)85.71º96.92%76.47%-
XYZ26.4942.627-
YUV149.2347.16102.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 195 (76.56% from 255) = 61.90%
BLUE value IS 6 (2.73% from 255) = 1.90%
R=36.19%
G=61.90%
B=1.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11419560.4200.970.2485.7194.0339.41
Hex72C362A06118565e27
Octal16230365201413012613647
Binary111001011000011110101010011000011100010101101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72C306;
 }
 .AnyTagClassName
 {
   color: #72C306;
 }
</style>
background-color css

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

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

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

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

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

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