#6A931D

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

Shades of Olive Drab #6A931D

Tints of Olive Drab #6A931D

Color information

#6A931D (or 0x6A931D) is unknown color: approx Olive Drab. HEX triplet: 6A, 93 and 1D. RGB value is (106,147,29). Sum of RGB (Red+Green+Blue) = 106+147+29=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #6A931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A931D is #956CE2. Grayscale: #797979. Windows color (decimal): -9792739 or 1938282. OLE color: 1938282.

HSL color Cylindrical-coordinate representation of color #6A931D: hue angle of 80.85º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A931D is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB10614729-
CMYK0.2800.800.42
HSL80.85º67.05%34.51%-
HSV(B)80.85º80.27%57.65%-
XYZ16.624.024.92-
YUV121.2975.92117.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 147 (57.81% from 255) = 52.13%
BLUE value IS 29 (11.72% from 255) = 10.28%
R=37.59%
G=52.13%
B=10.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106147290.2800.800.4280.8567.0534.51
Hex6A931D1C0502A514323
Octal152223353401205212110343
Binary11010101001001111101111000101000010101010100011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A931D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A931D; }

 p { color: rgb(106,147,29); }

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

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

 a { background-color: rgb(106,147,29); }

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

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

 span { border-color: rgb(106,147,29); }

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