Html Css Color HEX #72A874 Oxley

📋 copy color: '#72A874'

red 114 ◦ green 168 ◦ blue 116

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

Shades of Oxley #72A874

Tints of Oxley #72A874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 28.64%
G = 42.21%
B = 29.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#72A874 (or 0x72A874) is known color: Oxley. HEX triplet: 72, A8 and 74. RGB value is (114,168,116). Sum of RGB (Red+Green+Blue) = 114+168+116=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 168 - color contains mainly: green. Hex color #72A874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A874 is #8D578B. Grayscale: #929292. Windows color (decimal): -9262988 or 7645298. OLE color: 7645298.

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

Color convert

RGB 114 168 116 -
CMYK 0.32 0 0.31 0.34
HSL 122.22º 0.24% 0.55% -
HSV(B) 122.22º 0.32% 0.66% -
XYZ 24.09 32.84 21.59 -
YUV 145.93 111.11 105.23 -
System Red Green Blue C M Y K H S L
Decimal 114 168 116 0.32 0 0.31 0.34 122.22 0.24 0.55
Hex 72 A8 74 20 0 1F 22 7A 18 37
Octal 162 250 164 40 0 37 42 172 30 67
Binary 1110010 10101000 1110100 100000 0 11111 100010 1111010 11000 110111

Color Harmonies of #72A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A874

Black with #72A874

Text Example


Text Example

White with #72A874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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