#6B8001

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

Shades of Olive #6B8001

Tints of Olive #6B8001

Color information

#6B8001 (or 0x6B8001) is unknown color: approx Olive. HEX triplet: 6B, 80 and 01. RGB value is (107,128,1). Sum of RGB (Red+Green+Blue) = 107+128+1=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8001 is #947FFE. Grayscale: #6B6B6B. Windows color (decimal): -9732095 or 98411. OLE color: 98411.

HSL color Cylindrical-coordinate representation of color #6B8001: hue angle of 69.92º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B8001 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB1071281-
CMYK0.1600.990.50
HSL69.92º98.45%25.29%-
HSV(B)69.92º99.22%50.2%-
XYZ13.7918.572.89-
YUV107.2468.04127.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.34%
GREEN value IS 128 (50.39% from 255) = 54.24%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=45.34%
G=54.24%
B=0.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10712810.1600.990.5069.9298.4525.29
Hex6B8011006332466219
Octal15320012001436210614231
Binary110101110000000110000011000111100101000110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,128,1); }

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

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

 a { background-color: rgb(107,128,1); }

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

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

 span { border-color: rgb(107,128,1); }

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