Html Css Color HEX #72AA78 Oxley

📋 copy color: '#72AA78'

red 114 ◦ green 170 ◦ blue 120

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

Shades of Oxley #72AA78

Tints of Oxley #72AA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.7%

R = 28.22%
G = 42.08%
B = 29.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#72AA78 (or 0x72AA78) is known color: Oxley. HEX triplet: 72, AA and 78. RGB value is (114,170,120). Sum of RGB (Red+Green+Blue) = 114+170+120=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA78 is #8D5587. Grayscale: #939393. Windows color (decimal): -9262472 or 7907954. OLE color: 7907954.

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

Color convert

RGB 114 170 120 -
CMYK 0.33 0 0.29 0.33
HSL 126.43º 0.25% 0.56% -
HSV(B) 126.43º 0.33% 0.67% -
XYZ 24.7 33.68 22.97 -
YUV 147.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 114 170 120 0.33 0 0.29 0.33 126.43 0.25 0.56
Hex 72 AA 78 21 0 1D 21 7E 19 38
Octal 162 252 170 41 0 35 41 176 31 70
Binary 1110010 10101010 1111000 100001 0 11101 100001 1111110 11001 111000

Color Harmonies of #72AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AA78

Black with #72AA78

Text Example


Text Example

White with #72AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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