Html Css Color HEX #709579 Oxley

📋 copy color: '#709579'

red 112 ◦ green 149 ◦ blue 121

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

Shades of Oxley #709579

Tints of Oxley #709579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 29.32%
G = 39.01%
B = 31.68%

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

#709579 (or 0x709579) is known color: Oxley. HEX triplet: 70, 95 and 79. RGB value is (112,149,121). Sum of RGB (Red+Green+Blue) = 112+149+121=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #709579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709579 is #8F6A86. Grayscale: #868686. Windows color (decimal): -9398919 or 7968112. OLE color: 7968112.

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

Color convert

RGB 112 149 121 -
CMYK 0.25 0 0.19 0.42
HSL 134.59º 0.15% 0.51% -
HSV(B) 134.59º 0.25% 0.58% -
XYZ 20.88 26.32 22.07 -
YUV 134.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 112 149 121 0.25 0 0.19 0.42 134.59 0.15 0.51
Hex 70 95 79 19 0 13 2A 87 F 33
Octal 160 225 171 31 0 23 52 207 17 63
Binary 1110000 10010101 1111001 11001 0 10011 101010 10000111 1111 110011

Color Harmonies of #709579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709579

Black with #709579

Text Example


Text Example

White with #709579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709579; }

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

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

background-color css

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

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

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

border-color css

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

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

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