#697F33

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

Shades of Olive Drab #697F33

Tints of Olive Drab #697F33

Color information

#697F33 (or 0x697F33) is unknown color: approx Olive Drab. HEX triplet: 69, 7F and 33. RGB value is (105,127,51). Sum of RGB (Red+Green+Blue) = 105+127+51=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #697F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697F33 is #9680CC. Grayscale: #707070. Windows color (decimal): -9863373 or 3374953. OLE color: 3374953.

HSL color Cylindrical-coordinate representation of color #697F33: hue angle of 77.37º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #697F33 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB10512751-
CMYK0.1700.600.50
HSL77.37º42.7%34.9%-
HSV(B)77.37º59.84%49.8%-
XYZ14.0118.425.95-
YUV111.7693.71123.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 127 (50% from 255) = 44.88%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=37.10%
G=44.88%
B=18.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105127510.1700.600.5077.3742.734.9
Hex697F331103C324d2b23
Octal1511776321074621155343
Binary110100111111111100111000101111001100101001101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697F33; }

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

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

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

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

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

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

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

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