#69840F

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

Shades of Olive Drab #69840F

Tints of Olive Drab #69840F

Color information

#69840F (or 0x69840F) is unknown color: approx Olive Drab. HEX triplet: 69, 84 and 0F. RGB value is (105,132,15). Sum of RGB (Red+Green+Blue) = 105+132+15=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #69840F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69840F is #967BF0. Grayscale: #6F6F6F. Windows color (decimal): -9862129 or 1016937. OLE color: 1016937.

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

Color convert

RGB10513215-
CMYK0.2000.890.48
HSL73.85º79.59%28.82%-
HSV(B)73.85º88.64%51.76%-
XYZ14.1619.543.48-
YUV110.5974.05124.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=41.67%
G=52.38%
B=5.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132150.2000.890.4873.8579.5928.82
Hex6984F14059304a501d
Octal151204172401316011212035
Binary110100110000100111110100010110011100001001010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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