#72AB07

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

Shades of Christi #72AB07

Tints of Christi #72AB07

Color information

#72AB07 (or 0x72AB07) is unknown color: approx Christi. HEX triplet: 72, AB and 07. RGB value is (114,171,7). Sum of RGB (Red+Green+Blue) = 114+171+7=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AB07 is #8D54F8. Grayscale: #878787. Windows color (decimal): -9262329 or 502642. OLE color: 502642.

HSL color Cylindrical-coordinate representation of color #72AB07: hue angle of 80.85º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72AB07 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1141717-
CMYK0.3300.960.33
HSL80.85º92.13%34.9%-
HSV(B)80.85º95.91%67.06%-
XYZ21.5432.725.38-
YUV135.2655.62112.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 171 (67.19% from 255) = 58.56%
BLUE value IS 7 (3.12% from 255) = 2.40%
R=39.04%
G=58.56%
B=2.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11417170.3300.960.3380.8592.1334.9
Hex72AB72106021515c23
Octal16225374101404112113443
Binary1110010101010111111000010110000010000110100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,171,7); }

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

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

 a { background-color: rgb(114,171,7); }

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

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

 span { border-color: rgb(114,171,7); }

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