Html Css Color HEX #709581 Oxley

📋 copy color: '#709581'

red 112 ◦ green 149 ◦ blue 129

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

Shades of Oxley #709581

Tints of Oxley #709581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 28.72%
G = 38.21%
B = 33.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#709581 (or 0x709581) is known color: Oxley. HEX triplet: 70, 95 and 81. RGB value is (112,149,129). Sum of RGB (Red+Green+Blue) = 112+149+129=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #709581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709581 is #8F6A7E. Grayscale: #878787. Windows color (decimal): -9398911 or 8492400. OLE color: 8492400.

HSL color Cylindrical-coordinate representation of color #709581: hue angle of 147.57º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709581 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 129 -
CMYK 0.25 0 0.13 0.42
HSL 147.57º 0.15% 0.51% -
HSV(B) 147.57º 0.25% 0.58% -
XYZ 21.39 26.52 24.76 -
YUV 135.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 112 149 129 0.25 0 0.13 0.42 147.57 0.15 0.51
Hex 70 95 81 19 0 D 2A 94 F 33
Octal 160 225 201 31 0 15 52 224 17 63
Binary 1110000 10010101 10000001 11001 0 1101 101010 10010100 1111 110011

Color Harmonies of #709581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709581

Black with #709581

Text Example


Text Example

White with #709581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709581; }

 p { color: rgb(112,149,129); }

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

background-color css

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

 a { background-color: rgb(112,149,129); }

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

border-color css

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

 span { border-color: rgb(112,149,129); }

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