Html Css Color HEX #709376 Oxley

📋 copy color: '#709376'

red 112 ◦ green 147 ◦ blue 118

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

Shades of Oxley #709376

Tints of Oxley #709376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 29.71%
G = 38.99%
B = 31.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#709376 (or 0x709376) is known color: Oxley. HEX triplet: 70, 93 and 76. RGB value is (112,147,118). Sum of RGB (Red+Green+Blue) = 112+147+118=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #709376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709376 is #8F6C89. Grayscale: #858585. Windows color (decimal): -9399434 or 7770992. OLE color: 7770992.

HSL color Cylindrical-coordinate representation of color #709376: hue angle of 130.29º 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 #709376 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 147 118 -
CMYK 0.24 0 0.20 0.42
HSL 130.29º 0.14% 0.51% -
HSV(B) 130.29º 0.24% 0.58% -
XYZ 20.39 25.62 21.01 -
YUV 133.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 112 147 118 0.24 0 0.20 0.42 130.29 0.14 0.51
Hex 70 93 76 18 0 14 2A 82 E 33
Octal 160 223 166 30 0 24 52 202 16 63
Binary 1110000 10010011 1110110 11000 0 10100 101010 10000010 1110 110011

Color Harmonies of #709376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709376

Black with #709376

Text Example


Text Example

White with #709376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709376; }

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

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

background-color css

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

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

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

border-color css

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

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

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