#6B8537

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

Shades of Olive Drab #6B8537

Tints of Olive Drab #6B8537

Color information

#6B8537 (or 0x6B8537) is unknown color: approx Olive Drab. HEX triplet: 6B, 85 and 37. RGB value is (107,133,55). Sum of RGB (Red+Green+Blue) = 107+133+55=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8537 is #947AC8. Grayscale: #747474. Windows color (decimal): -9730761 or 3638635. OLE color: 3638635.

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

Color convert

RGB10713355-
CMYK0.2000.590.48
HSL80º41.49%36.86%-
HSV(B)80º58.65%52.16%-
XYZ15.1420.186.71-
YUV116.3393.39121.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.27%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 55 (21.88% from 255) = 18.64%
R=36.27%
G=45.08%
B=18.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133550.2000.590.488041.4936.86
Hex6B85371403B30502925
Octal1532056724073601205145
Binary1101011100001011101111010001110111100001010000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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