#6A961C

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

Shades of Olive Drab #6A961C

Tints of Olive Drab #6A961C

Color information

#6A961C (or 0x6A961C) is unknown color: approx Olive Drab. HEX triplet: 6A, 96 and 1C. RGB value is (106,150,28). Sum of RGB (Red+Green+Blue) = 106+150+28=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #6A961C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A961C is #9569E3. Grayscale: #7B7B7B. Windows color (decimal): -9791972 or 1873514. OLE color: 1873514.

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

Color convert

RGB10615028-
CMYK0.2900.810.41
HSL81.64º68.54%34.9%-
HSV(B)81.64º81.33%58.82%-
XYZ17.0624.965.02-
YUV122.9474.42115.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 150 (58.98% from 255) = 52.82%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=37.32%
G=52.82%
B=9.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106150280.2900.810.4181.6468.5434.9
Hex6A961C1D05129524523
Octal152226343501215112210543
Binary11010101001011011100111010101000110100110100101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A961C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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