#698115

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

Shades of Olive Drab #698115

Tints of Olive Drab #698115

Color information

#698115 (or 0x698115) is unknown color: approx Olive Drab. HEX triplet: 69, 81 and 15. RGB value is (105,129,21). Sum of RGB (Red+Green+Blue) = 105+129+21=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #698115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698115 is #967EEA. Grayscale: #6D6D6D. Windows color (decimal): -9862891 or 1409385. OLE color: 1409385.

HSL color Cylindrical-coordinate representation of color #698115: hue angle of 73.33º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #698115 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB10512921-
CMYK0.1900.840.49
HSL73.33º72%29.41%-
HSV(B)73.33º83.72%50.59%-
XYZ13.8118.763.6-
YUV109.5178.05124.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 129 (50.78% from 255) = 50.59%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=41.18%
G=50.59%
B=8.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129210.1900.840.4973.337229.41
Hex698115130543149481d
Octal151201252301246111111035
Binary1101001100000011010110011010101001100011001001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698115; }

 p { color: rgb(105,129,21); }

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

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

 a { background-color: rgb(105,129,21); }

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

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

 span { border-color: rgb(105,129,21); }

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