#6A9501

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

Shades of Olive Drab #6A9501

Tints of Olive Drab #6A9501

Color information

#6A9501 (or 0x6A9501) is unknown color: approx Olive Drab. HEX triplet: 6A, 95 and 01. RGB value is (106,149,1). Sum of RGB (Red+Green+Blue) = 106+149+1=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9501 is #956AFE. Grayscale: #777777. Windows color (decimal): -9792255 or 103786. OLE color: 103786.

HSL color Cylindrical-coordinate representation of color #6A9501: hue angle of 77.43º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A9501 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB1061491-
CMYK0.2900.990.42
HSL77.43º98.67%29.41%-
HSV(B)77.43º99.33%58.43%-
XYZ16.724.563.89-
YUV119.2761.25118.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 149 (58.59% from 255) = 58.20%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=41.41%
G=58.20%
B=0.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10614910.2900.990.4277.4398.6729.41
Hex6A9511D0632A4d631d
Octal15222513501435211514335
Binary110101010010101111101011000111010101001101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,149,1); }

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

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

 a { background-color: rgb(106,149,1); }

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

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

 span { border-color: rgb(106,149,1); }

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