#698533

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

Shades of Olive Drab #698533

Tints of Olive Drab #698533

Color information

#698533 (or 0x698533) is unknown color: approx Olive Drab. HEX triplet: 69, 85 and 33. RGB value is (105,133,51). Sum of RGB (Red+Green+Blue) = 105+133+51=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #698533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698533 is #967ACC. Grayscale: #737373. Windows color (decimal): -9861837 or 3376489. OLE color: 3376489.

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

Color convert

RGB10513351-
CMYK0.2100.620.48
HSL80.49º44.57%36.08%-
HSV(B)80.49º61.65%52.16%-
XYZ14.8120.026.22-
YUV115.2891.72120.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=36.33%
G=46.02%
B=17.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133510.2100.620.4880.4944.5736.08
Hex6985331503E30502d24
Octal1512056325076601205544
Binary1101001100001011100111010101111101100001010000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698533; }

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

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

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

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

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

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

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

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