Html Css Color HEX #709477 Oxley

📋 copy color: '#709477'

red 112 ◦ green 148 ◦ blue 119

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

Shades of Oxley #709477

Tints of Oxley #709477

RGB

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

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

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

R = 29.55%
G = 39.05%
B = 31.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#709477 (or 0x709477) is known color: Oxley. HEX triplet: 70, 94 and 77. RGB value is (112,148,119). Sum of RGB (Red+Green+Blue) = 112+148+119=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #709477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709477 is #8F6B88. Grayscale: #868686. Windows color (decimal): -9399177 or 7836784. OLE color: 7836784.

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

Color convert

RGB 112 148 119 -
CMYK 0.24 0 0.20 0.42
HSL 131.67º 0.14% 0.51% -
HSV(B) 131.67º 0.24% 0.58% -
XYZ 20.6 25.96 21.38 -
YUV 133.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 112 148 119 0.24 0 0.20 0.42 131.67 0.14 0.51
Hex 70 94 77 18 0 14 2A 84 E 33
Octal 160 224 167 30 0 24 52 204 16 63
Binary 1110000 10010100 1110111 11000 0 10100 101010 10000100 1110 110011

Color Harmonies of #709477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709477

Black with #709477

Text Example


Text Example

White with #709477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709477; }

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

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

background-color css

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

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

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

border-color css

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

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

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