#698529

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

Shades of Olive Drab #698529

Tints of Olive Drab #698529

Color information

#698529 (or 0x698529) is unknown color: approx Olive Drab. HEX triplet: 69, 85 and 29. RGB value is (105,133,41). Sum of RGB (Red+Green+Blue) = 105+133+41=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #698529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698529 is #967AD6. Grayscale: #727272. Windows color (decimal): -9861847 or 2721129. OLE color: 2721129.

HSL color Cylindrical-coordinate representation of color #698529: hue angle of 78.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #698529 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB10513341-
CMYK0.2100.690.48
HSL78.26º52.87%34.12%-
HSV(B)78.26º69.17%52.16%-
XYZ14.6119.945.18-
YUV114.1486.72121.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=37.63%
G=47.67%
B=14.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133410.2100.690.4878.2652.8734.12
Hex69852915045304e3522
Octal15120551250105601166542
Binary11010011000010110100110101010001011100001001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698529; }

 p { color: rgb(105,133,41); }

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

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

 a { background-color: rgb(105,133,41); }

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

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

 span { border-color: rgb(105,133,41); }

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