#698828

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

Shades of Olive Drab #698828

Tints of Olive Drab #698828

Color information

#698828 (or 0x698828) is unknown color: approx Olive Drab. HEX triplet: 69, 88 and 28. RGB value is (105,136,40). Sum of RGB (Red+Green+Blue) = 105+136+40=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #698828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698828 is #9677D7. Grayscale: #747474. Windows color (decimal): -9861080 or 2656361. OLE color: 2656361.

HSL color Cylindrical-coordinate representation of color #698828: hue angle of 79.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #698828 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB10513640-
CMYK0.2300.710.47
HSL79.38º54.55%34.51%-
HSV(B)79.38º70.59%53.33%-
XYZ15.0120.765.22-
YUV115.7985.23120.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 136 (53.52% from 255) = 48.40%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=37.37%
G=48.40%
B=14.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105136400.2300.710.4779.3854.5534.51
Hex698828170472F4f3723
Octal15121050270107571176743
Binary11010011000100010100010111010001111011111001111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698828; }

 p { color: rgb(105,136,40); }

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

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

 a { background-color: rgb(105,136,40); }

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

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

 span { border-color: rgb(105,136,40); }

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