Html Css Color HEX #709479 Oxley

📋 copy color: '#709479'

red 112 ◦ green 148 ◦ blue 121

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

Shades of Oxley #709479

Tints of Oxley #709479

RGB

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

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

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

R = 29.4%
G = 38.85%
B = 31.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#709479 (or 0x709479) is known color: Oxley. HEX triplet: 70, 94 and 79. RGB value is (112,148,121). Sum of RGB (Red+Green+Blue) = 112+148+121=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #709479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709479 is #8F6B86. Grayscale: #868686. Windows color (decimal): -9399175 or 7967856. OLE color: 7967856.

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

Color convert

RGB 112 148 121 -
CMYK 0.24 0 0.18 0.42
HSL 135º 0.14% 0.51% -
HSV(B) 135º 0.24% 0.58% -
XYZ 20.72 26.01 22.02 -
YUV 134.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 112 148 121 0.24 0 0.18 0.42 135 0.14 0.51
Hex 70 94 79 18 0 12 2A 87 E 33
Octal 160 224 171 30 0 22 52 207 16 63
Binary 1110000 10010100 1111001 11000 0 10010 101010 10000111 1110 110011

Color Harmonies of #709479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709479

Black with #709479

Text Example


Text Example

White with #709479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709479; }

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

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

background-color css

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

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

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

border-color css

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

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

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