#699E72

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

Shades of Oxley #699E72

Tints of Oxley #699E72

Color information

#699E72 (or 0x699E72) is unknown color: approx Oxley. HEX triplet: 69, 9E and 72. RGB value is (105,158,114). Sum of RGB (Red+Green+Blue) = 105+158+114=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #699E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E72 is #96618D. Grayscale: #898989. Windows color (decimal): -9855374 or 7511657. OLE color: 7511657.

HSL color Cylindrical-coordinate representation of color #699E72: hue angle of 130.19º 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 #699E72 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB105158114-
CMYK0.3400.280.38
HSL130.19º21.46%51.57%-
HSV(B)130.19º33.54%61.96%-
XYZ21.0928.6720.34-
YUV137.14114.94105.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.85%
GREEN value IS 158 (62.11% from 255) = 41.91%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=27.85%
G=41.91%
B=30.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581140.3400.280.38130.1921.4651.57
Hex699E722201C26821534
Octal15123616242034462022564
Binary11010011001111011100101000100111001001101000001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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