Html Css Color HEX #709377 Oxley

📋 copy color: '#709377'

red 112 ◦ green 147 ◦ blue 119

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

Shades of Oxley #709377

Tints of Oxley #709377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

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

R = 29.63%
G = 38.89%
B = 31.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#709377 (or 0x709377) is known color: Oxley. HEX triplet: 70, 93 and 77. RGB value is (112,147,119). Sum of RGB (Red+Green+Blue) = 112+147+119=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #709377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709377 is #8F6C88. Grayscale: #858585. Windows color (decimal): -9399433 or 7836528. OLE color: 7836528.

HSL color Cylindrical-coordinate representation of color #709377: hue angle of 132º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709377 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 147 119 -
CMYK 0.24 0 0.19 0.42
HSL 132º 0.14% 0.51% -
HSV(B) 132º 0.24% 0.58% -
XYZ 20.45 25.64 21.32 -
YUV 133.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 112 147 119 0.24 0 0.19 0.42 132 0.14 0.51
Hex 70 93 77 18 0 13 2A 84 E 33
Octal 160 223 167 30 0 23 52 204 16 63
Binary 1110000 10010011 1110111 11000 0 10011 101010 10000100 1110 110011

Color Harmonies of #709377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709377

Black with #709377

Text Example


Text Example

White with #709377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709377; }

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

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

background-color css

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

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

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

border-color css

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

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

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