#698B32

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

Shades of Olive Drab #698B32

Tints of Olive Drab #698B32

Color information

#698B32 (or 0x698B32) is unknown color: approx Olive Drab. HEX triplet: 69, 8B and 32. RGB value is (105,139,50). Sum of RGB (Red+Green+Blue) = 105+139+50=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #698B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698B32 is #9674CD. Grayscale: #777777. Windows color (decimal): -9860302 or 3312489. OLE color: 3312489.

HSL color Cylindrical-coordinate representation of color #698B32: hue angle of 82.92º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #698B32 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB10513950-
CMYK0.2400.640.45
HSL82.92º47.09%37.06%-
HSV(B)82.92º64.03%54.51%-
XYZ15.6321.76.38-
YUV118.6989.24118.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 50 (19.92% from 255) = 17.01%
R=35.71%
G=47.28%
B=17.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105139500.2400.640.4582.9247.0937.06
Hex698B32180402D532f25
Octal15121362300100551235745
Binary11010011000101111001011000010000001011011010011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698B32; }

 p { color: rgb(105,139,50); }

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

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

 a { background-color: rgb(105,139,50); }

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

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

 span { border-color: rgb(105,139,50); }

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