Html Css Color HEX #72A821 Christi

📋 copy color: '#72A821'

red 114 ◦ green 168 ◦ blue 33

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

Shades of Christi #72A821

Tints of Christi #72A821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.48%

R = 36.19%
G = 53.33%
B = 10.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#72A821 (or 0x72A821) is known color: Christi. HEX triplet: 72, A8 and 21. RGB value is (114,168,33). Sum of RGB (Red+Green+Blue) = 114+168+33=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #72A821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A821 is #8D57DE. Grayscale: #888888. Windows color (decimal): -9263071 or 2205810. OLE color: 2205810.

HSL color Cylindrical-coordinate representation of color #72A821: hue angle of 84º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72A821 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 168 33 -
CMYK 0.32 0 0.80 0.34
HSL 84º 0.67% 0.39% -
HSV(B) 84º 0.8% 0.66% -
XYZ 21.22 31.69 6.44 -
YUV 136.46 69.61 111.98 -
System Red Green Blue C M Y K H S L
Decimal 114 168 33 0.32 0 0.80 0.34 84 0.67 0.39
Hex 72 A8 21 20 0 50 22 54 43 27
Octal 162 250 41 40 0 120 42 124 103 47
Binary 1110010 10101000 100001 100000 0 1010000 100010 1010100 1000011 100111

Color Harmonies of #72A821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A821

Black with #72A821

Text Example


Text Example

White with #72A821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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