#6B8621

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

Shades of Olive Drab #6B8621

Tints of Olive Drab #6B8621

Color information

#6B8621 (or 0x6B8621) is unknown color: approx Olive Drab. HEX triplet: 6B, 86 and 21. RGB value is (107,134,33). Sum of RGB (Red+Green+Blue) = 107+134+33=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8621 is #9479DE. Grayscale: #727272. Windows color (decimal): -9730527 or 2197099. OLE color: 2197099.

HSL color Cylindrical-coordinate representation of color #6B8621: hue angle of 76.04º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B8621 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB10713433-
CMYK0.2000.750.47
HSL76.04º60.48%32.75%-
HSV(B)76.04º75.37%52.55%-
XYZ14.8620.294.57-
YUV114.4182.05122.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.05%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 33 (13.28% from 255) = 12.04%
R=39.05%
G=48.91%
B=12.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134330.2000.750.4776.0460.4832.75
Hex6B86211404B2F4c3c21
Octal15320641240113571147441
Binary11010111000011010000110100010010111011111001100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,134,33); }

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

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

 a { background-color: rgb(107,134,33); }

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

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

 span { border-color: rgb(107,134,33); }

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