Html Css Color HEX #72A578 Oxley

📋 copy color: '#72A578'

red 114 ◦ green 165 ◦ blue 120

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

Shades of Oxley #72A578

Tints of Oxley #72A578

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.35%

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

R = 28.57%
G = 41.35%
B = 30.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#72A578 (or 0x72A578) is known color: Oxley. HEX triplet: 72, A5 and 78. RGB value is (114,165,120). Sum of RGB (Red+Green+Blue) = 114+165+120=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #72A578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A578 is #8D5A87. Grayscale: #909090. Windows color (decimal): -9263752 or 7906674. OLE color: 7906674.

HSL color Cylindrical-coordinate representation of color #72A578: hue angle of 127.06º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A578 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 165 120 -
CMYK 0.31 0 0.27 0.35
HSL 127.06º 0.22% 0.55% -
HSV(B) 127.06º 0.31% 0.65% -
XYZ 23.78 31.84 22.66 -
YUV 144.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 114 165 120 0.31 0 0.27 0.35 127.06 0.22 0.55
Hex 72 A5 78 1F 0 1B 23 7F 16 37
Octal 162 245 170 37 0 33 43 177 26 67
Binary 1110010 10100101 1111000 11111 0 11011 100011 1111111 10110 110111

Color Harmonies of #72A578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A578

Black with #72A578

Text Example


Text Example

White with #72A578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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