#699E70

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

Shades of Oxley #699E70

Tints of Oxley #699E70

Color information

#699E70 (or 0x699E70) is unknown color: approx Oxley. HEX triplet: 69, 9E and 70. RGB value is (105,158,112). Sum of RGB (Red+Green+Blue) = 105+158+112=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #699E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E70 is #96618F. Grayscale: #898989. Windows color (decimal): -9855376 or 7380585. OLE color: 7380585.

HSL color Cylindrical-coordinate representation of color #699E70: hue angle of 127.92º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699E70 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB105158112-
CMYK0.3400.290.38
HSL127.92º21.46%51.57%-
HSV(B)127.92º33.54%61.96%-
XYZ20.9828.6319.75-
YUV136.91113.94105.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=28%
G=42.13%
B=29.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581120.3400.290.38127.9221.4651.57
Hex699E702201D26801534
Octal15123616042035462002564
Binary11010011001111011100001000100111011001101000000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699E70; }

 p { color: rgb(105,158,112); }

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

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

 a { background-color: rgb(105,158,112); }

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

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

 span { border-color: rgb(105,158,112); }

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