#6B8510

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

Shades of Olive Drab #6B8510

Tints of Olive Drab #6B8510

Color information

#6B8510 (or 0x6B8510) is unknown color: approx Olive Drab. HEX triplet: 6B, 85 and 10. RGB value is (107,133,16). Sum of RGB (Red+Green+Blue) = 107+133+16=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8510 is #947AEF. Grayscale: #707070. Windows color (decimal): -9730800 or 1082731. OLE color: 1082731.

HSL color Cylindrical-coordinate representation of color #6B8510: hue angle of 73.33º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B8510 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB10713316-
CMYK0.2000.880.48
HSL73.33º78.52%29.22%-
HSV(B)73.33º87.97%52.16%-
XYZ14.5419.943.57-
YUV111.8973.89124.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.80%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 16 (6.64% from 255) = 6.25%
R=41.80%
G=51.95%
B=6.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133160.2000.880.4873.3378.5229.22
Hex6B85101405830494f1d
Octal153205202401306011111735
Binary1101011100001011000010100010110001100001001001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,133,16); }

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

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

 a { background-color: rgb(107,133,16); }

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

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

 span { border-color: rgb(107,133,16); }

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