Html Css Color HEX #72A678 Oxley

📋 copy color: '#72A678'

red 114 ◦ green 166 ◦ blue 120

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

Shades of Oxley #72A678

Tints of Oxley #72A678

RGB

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

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

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

R = 28.5%
G = 41.5%
B = 30%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#72A678 (or 0x72A678) is known color: Oxley. HEX triplet: 72, A6 and 78. RGB value is (114,166,120). Sum of RGB (Red+Green+Blue) = 114+166+120=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #72A678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A678 is #8D5987. Grayscale: #919191. Windows color (decimal): -9263496 or 7906930. OLE color: 7906930.

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

Color convert

RGB 114 166 120 -
CMYK 0.31 0 0.28 0.35
HSL 126.92º 0.23% 0.55% -
HSV(B) 126.92º 0.31% 0.65% -
XYZ 23.97 32.21 22.72 -
YUV 145.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 114 166 120 0.31 0 0.28 0.35 126.92 0.23 0.55
Hex 72 A6 78 1F 0 1C 23 7F 17 37
Octal 162 246 170 37 0 34 43 177 27 67
Binary 1110010 10100110 1111000 11111 0 11100 100011 1111111 10111 110111

Color Harmonies of #72A678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A678

Black with #72A678

Text Example


Text Example

White with #72A678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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