Html Css Color HEX #709279 Oxley

📋 copy color: '#709279'

red 112 ◦ green 146 ◦ blue 121

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

Shades of Oxley #709279

Tints of Oxley #709279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

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

R = 29.55%
G = 38.52%
B = 31.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#709279 (or 0x709279) is known color: Oxley. HEX triplet: 70, 92 and 79. RGB value is (112,146,121). Sum of RGB (Red+Green+Blue) = 112+146+121=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #709279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709279 is #8F6D86. Grayscale: #858585. Windows color (decimal): -9399687 or 7967344. OLE color: 7967344.

HSL color Cylindrical-coordinate representation of color #709279: hue angle of 135.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709279 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 121 -
CMYK 0.23 0 0.17 0.43
HSL 135.88º 0.13% 0.51% -
HSV(B) 135.88º 0.23% 0.57% -
XYZ 20.41 25.38 21.91 -
YUV 132.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 112 146 121 0.23 0 0.17 0.43 135.88 0.13 0.51
Hex 70 92 79 17 0 11 2B 88 D 33
Octal 160 222 171 27 0 21 53 210 15 63
Binary 1110000 10010010 1111001 10111 0 10001 101011 10001000 1101 110011

Color Harmonies of #709279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709279

Black with #709279

Text Example


Text Example

White with #709279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709279; }

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

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

background-color css

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

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

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

border-color css

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

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

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