#6B991A

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

Shades of Olive Drab #6B991A

Tints of Olive Drab #6B991A

Color information

#6B991A (or 0x6B991A) is unknown color: approx Olive Drab. HEX triplet: 6B, 99 and 1A. RGB value is (107,153,26). Sum of RGB (Red+Green+Blue) = 107+153+26=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #6B991A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B991A is #9466E5. Grayscale: #7D7D7D. Windows color (decimal): -9725670 or 1743211. OLE color: 1743211.

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

Color convert

RGB10715326-
CMYK0.3000.830.4
HSL81.73º70.95%35.1%-
HSV(B)81.73º83.01%60%-
XYZ17.6425.985.06-
YUV124.7772.26115.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 153 (60.16% from 255) = 53.50%
BLUE value IS 26 (10.55% from 255) = 9.09%
R=37.41%
G=53.50%
B=9.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107153260.3000.830.481.7370.9535.1
Hex6B991A1E05328524723
Octal153231323601235012210743
Binary11010111001100111010111100101001110100010100101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,153,26); }

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

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

 a { background-color: rgb(107,153,26); }

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

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

 span { border-color: rgb(107,153,26); }

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