Html Css Color HEX #709578 Oxley

📋 copy color: '#709578'

red 112 ◦ green 149 ◦ blue 120

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

Shades of Oxley #709578

Tints of Oxley #709578

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

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

R = 29.4%
G = 39.11%
B = 31.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#709578 (or 0x709578) is known color: Oxley. HEX triplet: 70, 95 and 78. RGB value is (112,149,120). Sum of RGB (Red+Green+Blue) = 112+149+120=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #709578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709578 is #8F6A87. Grayscale: #868686. Windows color (decimal): -9398920 or 7902576. OLE color: 7902576.

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

Color convert

RGB 112 149 120 -
CMYK 0.25 0 0.19 0.42
HSL 132.97º 0.15% 0.51% -
HSV(B) 132.97º 0.25% 0.58% -
XYZ 20.82 26.3 21.75 -
YUV 134.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 112 149 120 0.25 0 0.19 0.42 132.97 0.15 0.51
Hex 70 95 78 19 0 13 2A 85 F 33
Octal 160 225 170 31 0 23 52 205 17 63
Binary 1110000 10010101 1111000 11001 0 10011 101010 10000101 1111 110011

Color Harmonies of #709578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709578

Black with #709578

Text Example


Text Example

White with #709578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709578; }

 p { color: rgb(112,149,120); }

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

background-color css

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

 a { background-color: rgb(112,149,120); }

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

border-color css

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

 span { border-color: rgb(112,149,120); }

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