#709B74

Color #709B74 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #709B74

Tints of Oxley #709B74

Color information

#709B74 (or 0x709B74) is unknown color: approx Oxley. HEX triplet: 70, 9B and 74. RGB value is (112,155,116). Sum of RGB (Red+Green+Blue) = 112+155+116=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #709B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B74 is #8F648B. Grayscale: #898989. Windows color (decimal): -9397388 or 7641968. OLE color: 7641968.

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

Color convert

RGB112155116-
CMYK0.2800.250.39
HSL125.58º17.7%52.35%-
HSV(B)125.58º27.74%60.78%-
XYZ21.5628.1520.82-
YUV137.7115.75109.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=29.24%
G=40.47%
B=30.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121551160.2800.250.39125.5817.752.35
Hex709B741C019277e1234
Octal16023316434031471762264
Binary111000010011011111010011100011001100111111111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #709B74;
 }
 .AnyTagClassName
 {
   color: #709B74;
 }
</style>
background-color css

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

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

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

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

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

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