Html Css Color HEX #72A67C Oxley

📋 copy color: '#72A67C'

red 114 ◦ green 166 ◦ blue 124

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

Shades of Oxley #72A67C

Tints of Oxley #72A67C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 28.22%
G = 41.09%
B = 30.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#72A67C (or 0x72A67C) is known color: Oxley. HEX triplet: 72, A6 and 7C. RGB value is (114,166,124). Sum of RGB (Red+Green+Blue) = 114+166+124=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 166 - color contains mainly: green. Hex color #72A67C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A67C is #8D5983. Grayscale: #919191. Windows color (decimal): -9263492 or 8169074. OLE color: 8169074.

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

Color convert

RGB 114 166 124 -
CMYK 0.31 0 0.25 0.35
HSL 131.54º 0.23% 0.55% -
HSV(B) 131.54º 0.31% 0.65% -
XYZ 24.21 32.31 24.03 -
YUV 145.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 114 166 124 0.31 0 0.25 0.35 131.54 0.23 0.55
Hex 72 A6 7C 1F 0 19 23 84 17 37
Octal 162 246 174 37 0 31 43 204 27 67
Binary 1110010 10100110 1111100 11111 0 11001 100011 10000100 10111 110111

Color Harmonies of #72A67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A67C

Black with #72A67C

Text Example


Text Example

White with #72A67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,166,124); }

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

background-color css

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

 a { background-color: rgb(114,166,124); }

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

border-color css

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

 span { border-color: rgb(114,166,124); }

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