#6B8200

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

Shades of Olive #6B8200

Tints of Olive #6B8200

Color information

#6B8200 (or 0x6B8200) is unknown color: approx Olive. HEX triplet: 6B, 82 and 00. RGB value is (107,130,0). Sum of RGB (Red+Green+Blue) = 107+130+0=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8200 is #947DFF. Grayscale: #6C6C6C. Windows color (decimal): -9731584 or 33387. OLE color: 33387.

HSL color Cylindrical-coordinate representation of color #6B8200: hue angle of 70.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B8200 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1071300-
CMYK0.18010.49
HSL70.62º100%25.49%-
HSV(B)70.62º100%50.98%-
XYZ14.0519.092.94-
YUV108.366.88127.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.15%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.15%
G=54.85%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10713000.18010.4970.6210025.49
Hex6B8201206431476419
Octal15320202201446110714431
Binary110101110000010010010011001001100011000111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,130,0); }

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

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

 a { background-color: rgb(107,130,0); }

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

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

 span { border-color: rgb(107,130,0); }

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