#6A9615

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

Shades of Olive Drab #6A9615

Tints of Olive Drab #6A9615

Color information

#6A9615 (or 0x6A9615) is unknown color: approx Olive Drab. HEX triplet: 6A, 96 and 15. RGB value is (106,150,21). Sum of RGB (Red+Green+Blue) = 106+150+21=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #6A9615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9615 is #9569EA. Grayscale: #7A7A7A. Windows color (decimal): -9791979 or 1414762. OLE color: 1414762.

HSL color Cylindrical-coordinate representation of color #6A9615: hue angle of 80.47º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A9615 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB10615021-
CMYK0.2900.860.41
HSL80.47º75.44%33.53%-
HSV(B)80.47º86%58.82%-
XYZ16.9924.934.63-
YUV122.1470.92116.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 150 (58.98% from 255) = 54.15%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=38.27%
G=54.15%
B=7.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106150210.2900.860.4180.4775.4433.53
Hex6A96151D05629504b22
Octal152226253501265112011342
Binary11010101001011010101111010101011010100110100001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,150,21); }

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

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

 a { background-color: rgb(106,150,21); }

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

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

 span { border-color: rgb(106,150,21); }

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