Html Css Color HEX #72A825 Christi

📋 copy color: '#72A825'

red 114 ◦ green 168 ◦ blue 37

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

Shades of Christi #72A825

Tints of Christi #72A825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.66%

 BLUE value IS 37 (14.84% from 255) = 11.6%

R = 35.74%
G = 52.66%
B = 11.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#72A825 (or 0x72A825) is known color: Christi. HEX triplet: 72, A8 and 25. RGB value is (114,168,37). Sum of RGB (Red+Green+Blue) = 114+168+37=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #72A825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A825 is #8D57DA. Grayscale: #898989. Windows color (decimal): -9263067 or 2467954. OLE color: 2467954.

HSL color Cylindrical-coordinate representation of color #72A825: hue angle of 84.73º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72A825 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 168 37 -
CMYK 0.32 0 0.78 0.34
HSL 84.73º 0.64% 0.4% -
HSV(B) 84.73º 0.78% 0.66% -
XYZ 21.28 31.72 6.75 -
YUV 136.92 71.61 111.65 -
System Red Green Blue C M Y K H S L
Decimal 114 168 37 0.32 0 0.78 0.34 84.73 0.64 0.4
Hex 72 A8 25 20 0 4E 22 55 40 28
Octal 162 250 45 40 0 116 42 125 100 50
Binary 1110010 10101000 100101 100000 0 1001110 100010 1010101 1000000 101000

Color Harmonies of #72A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A825

Black with #72A825

Text Example


Text Example

White with #72A825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,168,37); }

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

background-color css

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

 a { background-color: rgb(114,168,37); }

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

border-color css

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

 span { border-color: rgb(114,168,37); }

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