Html Css Color HEX #709B84 Oxley

📋 copy color: '#709B84'

red 112 ◦ green 155 ◦ blue 132

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

Shades of Oxley #709B84

Tints of Oxley #709B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 28.07%
G = 38.85%
B = 33.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#709B84 (or 0x709B84) is known color: Oxley. HEX triplet: 70, 9B and 84. RGB value is (112,155,132). Sum of RGB (Red+Green+Blue) = 112+155+132=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #709B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B84 is #8F647B. Grayscale: #8B8B8B. Windows color (decimal): -9397372 or 8690544. OLE color: 8690544.

HSL color Cylindrical-coordinate representation of color #709B84: hue angle of 147.91º 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 #709B84 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 132 -
CMYK 0.28 0 0.15 0.39
HSL 147.91º 0.18% 0.52% -
HSV(B) 147.91º 0.28% 0.61% -
XYZ 22.57 28.55 26.15 -
YUV 139.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 112 155 132 0.28 0 0.15 0.39 147.91 0.18 0.52
Hex 70 9B 84 1C 0 F 27 94 12 34
Octal 160 233 204 34 0 17 47 224 22 64
Binary 1110000 10011011 10000100 11100 0 1111 100111 10010100 10010 110100

Color Harmonies of #709B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B84

Black with #709B84

Text Example


Text Example

White with #709B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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