#69862D

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

Shades of Olive Drab #69862D

Tints of Olive Drab #69862D

Color information

#69862D (or 0x69862D) is unknown color: approx Olive Drab. HEX triplet: 69, 86 and 2D. RGB value is (105,134,45). Sum of RGB (Red+Green+Blue) = 105+134+45=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #69862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69862D is #9679D2. Grayscale: #737373. Windows color (decimal): -9861587 or 2983529. OLE color: 2983529.

HSL color Cylindrical-coordinate representation of color #69862D: hue angle of 79.55º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69862D is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB10513445-
CMYK0.2200.660.47
HSL79.55º49.72%35.1%-
HSV(B)79.55º66.42%52.55%-
XYZ14.8220.245.61-
YUV115.1888.39120.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 45 (17.97% from 255) = 15.85%
R=36.97%
G=47.18%
B=15.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105134450.2200.660.4779.5549.7235.1
Hex69862D160422F503223
Octal15120655260102571206243
Binary11010011000011010110110110010000101011111010000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69862D; }

 p { color: rgb(105,134,45); }

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

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

 a { background-color: rgb(105,134,45); }

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

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

 span { border-color: rgb(105,134,45); }

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