Html Css Color HEX #709277 Oxley

📋 copy color: '#709277'

red 112 ◦ green 146 ◦ blue 119

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

Shades of Oxley #709277

Tints of Oxley #709277

RGB

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

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

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

R = 29.71%
G = 38.73%
B = 31.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#709277 (or 0x709277) is known color: Oxley. HEX triplet: 70, 92 and 77. RGB value is (112,146,119). Sum of RGB (Red+Green+Blue) = 112+146+119=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #709277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709277 is #8F6D88. Grayscale: #848484. Windows color (decimal): -9399689 or 7836272. OLE color: 7836272.

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

Color convert

RGB 112 146 119 -
CMYK 0.23 0 0.18 0.43
HSL 132.35º 0.13% 0.51% -
HSV(B) 132.35º 0.23% 0.57% -
XYZ 20.29 25.33 21.27 -
YUV 132.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 112 146 119 0.23 0 0.18 0.43 132.35 0.13 0.51
Hex 70 92 77 17 0 12 2B 84 D 33
Octal 160 222 167 27 0 22 53 204 15 63
Binary 1110000 10010010 1110111 10111 0 10010 101011 10000100 1101 110011

Color Harmonies of #709277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709277

Black with #709277

Text Example


Text Example

White with #709277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709277; }

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

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

background-color css

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

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

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

border-color css

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

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

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