#69840A

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

Shades of Olive Drab #69840A

Tints of Olive Drab #69840A

Color information

#69840A (or 0x69840A) is unknown color: approx Olive Drab. HEX triplet: 69, 84 and 0A. RGB value is (105,132,10). Sum of RGB (Red+Green+Blue) = 105+132+10=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #69840A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69840A is #967BF5. Grayscale: #6E6E6E. Windows color (decimal): -9862134 or 689257. OLE color: 689257.

HSL color Cylindrical-coordinate representation of color #69840A: hue angle of 73.28º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69840A is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB10513210-
CMYK0.2000.920.48
HSL73.28º85.92%27.84%-
HSV(B)73.28º92.42%51.76%-
XYZ14.1319.533.31-
YUV110.0271.55124.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 132 (51.95% from 255) = 53.44%
BLUE value IS 10 (4.30% from 255) = 4.05%
R=42.51%
G=53.44%
B=4.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132100.2000.920.4873.2885.9227.84
Hex6984A1405C3049561c
Octal151204122401346011112634
Binary110100110000100101010100010111001100001001001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69840A; }

 p { color: rgb(105,132,10); }

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

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

 a { background-color: rgb(105,132,10); }

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

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

 span { border-color: rgb(105,132,10); }

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