Html Css Color HEX #709476 Oxley

📋 copy color: '#709476'

red 112 ◦ green 148 ◦ blue 118

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

Shades of Oxley #709476

Tints of Oxley #709476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

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

R = 29.63%
G = 39.15%
B = 31.22%

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

#709476 (or 0x709476) is known color: Oxley. HEX triplet: 70, 94 and 76. RGB value is (112,148,118). Sum of RGB (Red+Green+Blue) = 112+148+118=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #709476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709476 is #8F6B89. Grayscale: #858585. Windows color (decimal): -9399178 or 7771248. OLE color: 7771248.

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

Color convert

RGB 112 148 118 -
CMYK 0.24 0 0.20 0.42
HSL 130º 0.14% 0.51% -
HSV(B) 130º 0.24% 0.58% -
XYZ 20.54 25.93 21.06 -
YUV 133.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 112 148 118 0.24 0 0.20 0.42 130 0.14 0.51
Hex 70 94 76 18 0 14 2A 82 E 33
Octal 160 224 166 30 0 24 52 202 16 63
Binary 1110000 10010100 1110110 11000 0 10100 101010 10000010 1110 110011

Color Harmonies of #709476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709476

Black with #709476

Text Example


Text Example

White with #709476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709476; }

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

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

background-color css

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

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

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

border-color css

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

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

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