Html Css Color HEX #709977 Oxley

📋 copy color: '#709977'

red 112 ◦ green 153 ◦ blue 119

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

Shades of Oxley #709977

Tints of Oxley #709977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.84%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 29.17%
G = 39.84%
B = 30.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#709977 (or 0x709977) is known color: Oxley. HEX triplet: 70, 99 and 77. RGB value is (112,153,119). Sum of RGB (Red+Green+Blue) = 112+153+119=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #709977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709977 is #8F6688. Grayscale: #888888. Windows color (decimal): -9397897 or 7838064. OLE color: 7838064.

HSL color Cylindrical-coordinate representation of color #709977: hue angle of 130.24º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709977 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 119 -
CMYK 0.27 0 0.22 0.4
HSL 130.24º 0.17% 0.52% -
HSV(B) 130.24º 0.27% 0.6% -
XYZ 21.4 27.56 21.64 -
YUV 136.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 112 153 119 0.27 0 0.22 0.4 130.24 0.17 0.52
Hex 70 99 77 1B 0 16 28 82 11 34
Octal 160 231 167 33 0 26 50 202 21 64
Binary 1110000 10011001 1110111 11011 0 10110 101000 10000010 10001 110100

Color Harmonies of #709977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709977

Black with #709977

Text Example


Text Example

White with #709977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709977; }

 p { color: rgb(112,153,119); }

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

background-color css

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

 a { background-color: rgb(112,153,119); }

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

border-color css

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

 span { border-color: rgb(112,153,119); }

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