Html Css Color HEX #72A575 Oxley

📋 copy color: '#72A575'

red 114 ◦ green 165 ◦ blue 117

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

Shades of Oxley #72A575

Tints of Oxley #72A575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 28.79%
G = 41.67%
B = 29.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#72A575 (or 0x72A575) is known color: Oxley. HEX triplet: 72, A5 and 75. RGB value is (114,165,117). Sum of RGB (Red+Green+Blue) = 114+165+117=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #72A575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A575 is #8D5A8A. Grayscale: #909090. Windows color (decimal): -9263755 or 7710066. OLE color: 7710066.

HSL color Cylindrical-coordinate representation of color #72A575: hue angle of 123.53º 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 #72A575 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 165 117 -
CMYK 0.31 0 0.29 0.35
HSL 123.53º 0.22% 0.55% -
HSV(B) 123.53º 0.31% 0.65% -
XYZ 23.61 31.77 21.72 -
YUV 144.28 112.6 106.4 -
System Red Green Blue C M Y K H S L
Decimal 114 165 117 0.31 0 0.29 0.35 123.53 0.22 0.55
Hex 72 A5 75 1F 0 1D 23 7C 16 37
Octal 162 245 165 37 0 35 43 174 26 67
Binary 1110010 10100101 1110101 11111 0 11101 100011 1111100 10110 110111

Color Harmonies of #72A575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A575

Black with #72A575

Text Example


Text Example

White with #72A575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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