Html Css Color HEX #709079 Oxley

📋 copy color: '#709079'

red 112 ◦ green 144 ◦ blue 121

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

Shades of Oxley #709079

Tints of Oxley #709079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

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

R = 29.71%
G = 38.2%
B = 32.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#709079 (or 0x709079) is known color: Oxley. HEX triplet: 70, 90 and 79. RGB value is (112,144,121). Sum of RGB (Red+Green+Blue) = 112+144+121=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #709079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709079 is #8F6F86. Grayscale: #838383. Windows color (decimal): -9400199 or 7966832. OLE color: 7966832.

HSL color Cylindrical-coordinate representation of color #709079: hue angle of 136.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #709079 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 121 -
CMYK 0.22 0 0.16 0.44
HSL 136.88º 0.13% 0.5% -
HSV(B) 136.88º 0.22% 0.56% -
XYZ 20.11 24.77 21.81 -
YUV 131.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 112 144 121 0.22 0 0.16 0.44 136.88 0.13 0.5
Hex 70 90 79 16 0 10 2C 89 D 32
Octal 160 220 171 26 0 20 54 211 15 62
Binary 1110000 10010000 1111001 10110 0 10000 101100 10001001 1101 110010

Color Harmonies of #709079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709079

Black with #709079

Text Example


Text Example

White with #709079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709079; }

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

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

background-color css

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

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

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

border-color css

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

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

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