Html Css Color HEX #709D82 Oxley

📋 copy color: '#709D82'

red 112 ◦ green 157 ◦ blue 130

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

Shades of Oxley #709D82

Tints of Oxley #709D82

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.35%

 BLUE value IS 130 (51.17% from 255) = 32.58%

R = 28.07%
G = 39.35%
B = 32.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#709D82 (or 0x709D82) is known color: Oxley. HEX triplet: 70, 9D and 82. RGB value is (112,157,130). Sum of RGB (Red+Green+Blue) = 112+157+130=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #709D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709D82 is #8F627D. Grayscale: #8C8C8C. Windows color (decimal): -9396862 or 8559984. OLE color: 8559984.

HSL color Cylindrical-coordinate representation of color #709D82: hue angle of 144º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709D82 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 157 130 -
CMYK 0.29 0 0.17 0.38
HSL 144º 0.19% 0.53% -
HSV(B) 144º 0.29% 0.62% -
XYZ 22.77 29.17 25.55 -
YUV 140.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 112 157 130 0.29 0 0.17 0.38 144 0.19 0.53
Hex 70 9D 82 1D 0 11 26 90 13 35
Octal 160 235 202 35 0 21 46 220 23 65
Binary 1110000 10011101 10000010 11101 0 10001 100110 10010000 10011 110101

Color Harmonies of #709D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D82

Black with #709D82

Text Example


Text Example

White with #709D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709D82; }

 p { color: rgb(112,157,130); }

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

background-color css

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

 a { background-color: rgb(112,157,130); }

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

border-color css

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

 span { border-color: rgb(112,157,130); }

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