#698C32

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

Shades of Olive Drab #698C32

Tints of Olive Drab #698C32

Color information

#698C32 (or 0x698C32) is unknown color: approx Olive Drab. HEX triplet: 69, 8C and 32. RGB value is (105,140,50). Sum of RGB (Red+Green+Blue) = 105+140+50=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #698C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C32 is #9673CD. Grayscale: #777777. Windows color (decimal): -9860046 or 3312745. OLE color: 3312745.

HSL color Cylindrical-coordinate representation of color #698C32: hue angle of 83.33º 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 #698C32 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB10514050-
CMYK0.2500.640.45
HSL83.33º47.37%37.25%-
HSV(B)83.33º64.29%54.9%-
XYZ15.7821.996.43-
YUV119.2888.9117.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=35.59%
G=47.46%
B=16.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105140500.2500.640.4583.3347.3737.25
Hex698C32190402D532f25
Octal15121462310100551235745
Binary11010011000110011001011001010000001011011010011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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