#6A991C

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

Shades of Olive Drab #6A991C

Tints of Olive Drab #6A991C

Color information

#6A991C (or 0x6A991C) is unknown color: approx Olive Drab. HEX triplet: 6A, 99 and 1C. RGB value is (106,153,28). Sum of RGB (Red+Green+Blue) = 106+153+28=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #6A991C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A991C is #9566E3. Grayscale: #7D7D7D. Windows color (decimal): -9791204 or 1874282. OLE color: 1874282.

HSL color Cylindrical-coordinate representation of color #6A991C: hue angle of 82.56º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A991C is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB10615328-
CMYK0.3100.820.4
HSL82.56º69.06%35.49%-
HSV(B)82.56º81.7%60%-
XYZ17.5425.935.18-
YUV124.773.43114.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 153 (60.16% from 255) = 53.31%
BLUE value IS 28 (11.33% from 255) = 9.76%
R=36.93%
G=53.31%
B=9.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal106153280.3100.820.482.5669.0635.49
Hex6A991C1F05228534523
Octal152231343701225012310543
Binary11010101001100111100111110101001010100010100111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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