#698935

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

Shades of Olive Drab #698935

Tints of Olive Drab #698935

Color information

#698935 (or 0x698935) is unknown color: approx Olive Drab. HEX triplet: 69, 89 and 35. RGB value is (105,137,53). Sum of RGB (Red+Green+Blue) = 105+137+53=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #698935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698935 is #9676CA. Grayscale: #767676. Windows color (decimal): -9860811 or 3508585. OLE color: 3508585.

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

Color convert

RGB10513753-
CMYK0.2300.610.46
HSL82.86º44.21%37.25%-
HSV(B)82.86º61.31%53.73%-
XYZ15.4121.156.64-
YUV117.8691.4118.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 137 (53.91% from 255) = 46.44%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=35.59%
G=46.44%
B=17.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105137530.2300.610.4682.8644.2137.25
Hex6989351703D2E532c25
Octal1512116527075561235445
Binary1101001100010011101011011101111011011101010011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698935; }

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

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

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

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

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

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

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

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