#698906

Color #698906 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #698906

Tints of Olive Drab #698906

Color information

#698906 (or 0x698906) is unknown color: approx Olive Drab. HEX triplet: 69, 89 and 06. RGB value is (105,137,6). Sum of RGB (Red+Green+Blue) = 105+137+6=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #698906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698906 is #9676F9. Grayscale: #707070. Windows color (decimal): -9860858 or 428393. OLE color: 428393.

HSL color Cylindrical-coordinate representation of color #698906: hue angle of 74.66º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #698906 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1051376-
CMYK0.2300.960.46
HSL74.66º91.61%28.04%-
HSV(B)74.66º95.62%53.73%-
XYZ14.820.913.43-
YUV112.567.9122.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 137 (53.91% from 255) = 55.24%
BLUE value IS 6 (2.73% from 255) = 2.42%
R=42.34%
G=55.24%
B=2.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10513760.2300.960.4674.6691.6128.04
Hex69896170602E4b5c1c
Octal15121162701405611313434
Binary11010011000100111010111011000001011101001011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698906; }

 p { color: rgb(105,137,6); }

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

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

 a { background-color: rgb(105,137,6); }

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

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

 span { border-color: rgb(105,137,6); }

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