Html Css Color HEX #709B82 Oxley

📋 copy color: '#709B82'

red 112 ◦ green 155 ◦ blue 130

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

Shades of Oxley #709B82

Tints of Oxley #709B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.04%

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

R = 28.21%
G = 39.04%
B = 32.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#709B82 (or 0x709B82) is known color: Oxley. HEX triplet: 70, 9B and 82. RGB value is (112,155,130). Sum of RGB (Red+Green+Blue) = 112+155+130=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #709B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B82 is #8F647D. Grayscale: #8B8B8B. Windows color (decimal): -9397374 or 8559472. OLE color: 8559472.

HSL color Cylindrical-coordinate representation of color #709B82: hue angle of 145.12º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B82 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 130 -
CMYK 0.28 0 0.16 0.39
HSL 145.12º 0.18% 0.52% -
HSV(B) 145.12º 0.28% 0.61% -
XYZ 22.43 28.5 25.44 -
YUV 139.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 112 155 130 0.28 0 0.16 0.39 145.12 0.18 0.52
Hex 70 9B 82 1C 0 10 27 91 12 34
Octal 160 233 202 34 0 20 47 221 22 64
Binary 1110000 10011011 10000010 11100 0 10000 100111 10010001 10010 110100

Color Harmonies of #709B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B82

Black with #709B82

Text Example


Text Example

White with #709B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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