#6B9B1E

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

Shades of Olive Drab #6B9B1E

Tints of Olive Drab #6B9B1E

Color information

#6B9B1E (or 0x6B9B1E) is unknown color: approx Olive Drab. HEX triplet: 6B, 9B and 1E. RGB value is (107,155,30). Sum of RGB (Red+Green+Blue) = 107+155+30=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9B1E is #9464E1. Grayscale: #7E7E7E. Windows color (decimal): -9725154 or 2005867. OLE color: 2005867.

HSL color Cylindrical-coordinate representation of color #6B9B1E: hue angle of 83.04º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B9B1E is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB10715530-
CMYK0.3100.810.39
HSL83.04º67.57%36.27%-
HSV(B)83.04º80.65%60.78%-
XYZ18.0226.665.42-
YUV126.473.6114.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 155 (60.94% from 255) = 53.08%
BLUE value IS 30 (12.11% from 255) = 10.27%
R=36.64%
G=53.08%
B=10.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107155300.3100.810.3983.0467.5736.27
Hex6B9B1E1F05127534424
Octal153233363701214712310444
Binary11010111001101111110111110101000110011110100111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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