#698C33

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

Shades of Olive Drab #698C33

Tints of Olive Drab #698C33

Color information

#698C33 (or 0x698C33) is unknown color: approx Olive Drab. HEX triplet: 69, 8C and 33. RGB value is (105,140,51). Sum of RGB (Red+Green+Blue) = 105+140+51=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #698C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C33 is #9673CC. Grayscale: #777777. Windows color (decimal): -9860045 or 3378281. OLE color: 3378281.

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

Color convert

RGB10514051-
CMYK0.2500.640.45
HSL83.6º46.6%37.45%-
HSV(B)83.6º63.57%54.9%-
XYZ15.8226.55-
YUV119.3989.4117.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 140 (55.08% from 255) = 47.30%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=35.47%
G=47.30%
B=17.23%

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
Decimal105140510.2500.640.4583.646.637.45
Hex698C33190402D542f25
Octal15121463310100551245745
Binary11010011000110011001111001010000001011011010100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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