#6B8731

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

Shades of Olive Drab #6B8731

Tints of Olive Drab #6B8731

Color information

#6B8731 (or 0x6B8731) is unknown color: approx Olive Drab. HEX triplet: 6B, 87 and 31. RGB value is (107,135,49). Sum of RGB (Red+Green+Blue) = 107+135+49=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8731 is #9478CE. Grayscale: #757575. Windows color (decimal): -9730255 or 3245931. OLE color: 3245931.

HSL color Cylindrical-coordinate representation of color #6B8731: hue angle of 79.53º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B8731 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB10713549-
CMYK0.2100.640.47
HSL79.53º46.74%36.08%-
HSV(B)79.53º63.7%52.94%-
XYZ15.2820.686.09-
YUV116.8289.72120.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.77%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 49 (19.53% from 255) = 16.84%
R=36.77%
G=46.39%
B=16.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107135490.2100.640.4779.5346.7436.08
Hex6B8731150402F502f24
Octal15320761250100571205744
Binary11010111000011111000110101010000001011111010000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,135,49); }

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

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

 a { background-color: rgb(107,135,49); }

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

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

 span { border-color: rgb(107,135,49); }

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