#6B8B1E

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

Shades of Olive Drab #6B8B1E

Tints of Olive Drab #6B8B1E

Color information

#6B8B1E (or 0x6B8B1E) is unknown color: approx Olive Drab. HEX triplet: 6B, 8B and 1E. RGB value is (107,139,30). Sum of RGB (Red+Green+Blue) = 107+139+30=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8B1E is #9474E1. Grayscale: #757575. Windows color (decimal): -9729250 or 2001771. OLE color: 2001771.

HSL color Cylindrical-coordinate representation of color #6B8B1E: hue angle of 77.61º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B8B1E is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB10713930-
CMYK0.2300.780.45
HSL77.61º64.5%33.14%-
HSV(B)77.61º78.42%54.51%-
XYZ15.5321.684.6-
YUV117.0178.9120.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.77%
GREEN value IS 139 (54.69% from 255) = 50.36%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=38.77%
G=50.36%
B=10.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107139300.2300.780.4577.6164.533.14
Hex6B8B1E1704E2D4e4021
Octal153213362701165511610041
Binary11010111000101111110101110100111010110110011101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,139,30); }

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

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

 a { background-color: rgb(107,139,30); }

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

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

 span { border-color: rgb(107,139,30); }

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