#6B8B0F

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

Shades of Olive Drab #6B8B0F

Tints of Olive Drab #6B8B0F

Color information

#6B8B0F (or 0x6B8B0F) is unknown color: approx Olive Drab. HEX triplet: 6B, 8B and 0F. RGB value is (107,139,15). Sum of RGB (Red+Green+Blue) = 107+139+15=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8B0F is #9474F0. Grayscale: #737373. Windows color (decimal): -9729265 or 1018731. OLE color: 1018731.

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

Color convert

RGB10713915-
CMYK0.2300.890.45
HSL75.48º80.52%30.2%-
HSV(B)75.48º89.21%54.51%-
XYZ15.3821.633.82-
YUV115.371.4122.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.00%
GREEN value IS 139 (54.69% from 255) = 53.26%
BLUE value IS 15 (6.25% from 255) = 5.75%
R=41.00%
G=53.26%
B=5.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107139150.2300.890.4575.4880.5230.2
Hex6B8BF170592D4b511e
Octal153213172701315511312136
Binary110101110001011111110111010110011011011001011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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