#72980A

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

Shades of Christi #72980A

Tints of Christi #72980A

Color information

#72980A (or 0x72980A) is unknown color: approx Christi. HEX triplet: 72, 98 and 0A. RGB value is (114,152,10). Sum of RGB (Red+Green+Blue) = 114+152+10=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #72980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72980A is #8D67F5. Grayscale: #7C7C7C. Windows color (decimal): -9267190 or 694386. OLE color: 694386.

HSL color Cylindrical-coordinate representation of color #72980A: hue angle of 76.06º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72980A is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB11415210-
CMYK0.2500.930.40
HSL76.06º87.65%31.76%-
HSV(B)76.06º93.42%59.61%-
XYZ18.2226.064.36-
YUV124.4563.41120.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 152 (59.77% from 255) = 55.07%
BLUE value IS 10 (4.30% from 255) = 3.62%
R=41.30%
G=55.07%
B=3.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114152100.2500.930.4076.0687.6531.76
Hex7298A1905D284c5820
Octal162230123101355011413040
Binary1110010100110001010110010101110110100010011001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72980A; }

 p { color: rgb(114,152,10); }

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

<style>
 a { background-color: #72980A; }

 a { background-color: rgb(114,152,10); }

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

<style>
 span { border-color: #72980A; }

 span { border-color: rgb(114,152,10); }

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