Html Css Color HEX #709177 Oxley

📋 copy color: '#709177'

red 112 ◦ green 145 ◦ blue 119

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

Shades of Oxley #709177

Tints of Oxley #709177

RGB

 RED value IS 112 (44.14% from 255) = 29.79%

 GREEN value IS 145 (57.03% from 255) = 38.56%

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 29.79%
G = 38.56%
B = 31.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#709177 (or 0x709177) is known color: Oxley. HEX triplet: 70, 91 and 77. RGB value is (112,145,119). Sum of RGB (Red+Green+Blue) = 112+145+119=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #709177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709177 is #8F6E88. Grayscale: #848484. Windows color (decimal): -9399945 or 7836016. OLE color: 7836016.

HSL color Cylindrical-coordinate representation of color #709177: hue angle of 132.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709177 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 119 -
CMYK 0.23 0 0.18 0.43
HSL 132.73º 0.13% 0.5% -
HSV(B) 132.73º 0.23% 0.57% -
XYZ 20.14 25.03 21.22 -
YUV 132.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 112 145 119 0.23 0 0.18 0.43 132.73 0.13 0.5
Hex 70 91 77 17 0 12 2B 85 D 32
Octal 160 221 167 27 0 22 53 205 15 62
Binary 1110000 10010001 1110111 10111 0 10010 101011 10000101 1101 110010

Color Harmonies of #709177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709177

Black with #709177

Text Example


Text Example

White with #709177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709177; }

 p { color: rgb(112,145,119); }

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

background-color css

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

 a { background-color: rgb(112,145,119); }

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

border-color css

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

 span { border-color: rgb(112,145,119); }

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