Html Css Color HEX #72AA07 Christi

📋 copy color: '#72AA07'

red 114 ◦ green 170 ◦ blue 7

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

Shades of Christi #72AA07

Tints of Christi #72AA07

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.42%

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 39.18%
G = 58.42%
B = 2.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#72AA07 (or 0x72AA07) is known color: Christi. HEX triplet: 72, AA and 07. RGB value is (114,170,7). Sum of RGB (Red+Green+Blue) = 114+170+7=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AA07 is #8D55F8. Grayscale: #878787. Windows color (decimal): -9262585 or 502386. OLE color: 502386.

HSL color Cylindrical-coordinate representation of color #72AA07: hue angle of 80.61º 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 #72AA07 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 170 7 -
CMYK 0.33 0 0.96 0.33
HSL 80.61º 0.92% 0.35% -
HSV(B) 80.61º 0.96% 0.67% -
XYZ 21.35 32.34 5.32 -
YUV 134.67 55.95 113.25 -
System Red Green Blue C M Y K H S L
Decimal 114 170 7 0.33 0 0.96 0.33 80.61 0.92 0.35
Hex 72 AA 7 21 0 60 21 51 5C 23
Octal 162 252 7 41 0 140 41 121 134 43
Binary 1110010 10101010 111 100001 0 1100000 100001 1010001 1011100 100011

Color Harmonies of #72AA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AA07

Black with #72AA07

Text Example


Text Example

White with #72AA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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