#6B9031

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

Shades of Olive Drab #6B9031

Tints of Olive Drab #6B9031

Color information

#6B9031 (or 0x6B9031) is unknown color: approx Olive Drab. HEX triplet: 6B, 90 and 31. RGB value is (107,144,49). Sum of RGB (Red+Green+Blue) = 107+144+49=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9031 is #946FCE. Grayscale: #7A7A7A. Windows color (decimal): -9727951 or 3248235. OLE color: 3248235.

HSL color Cylindrical-coordinate representation of color #6B9031: hue angle of 83.37º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B9031 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB10714449-
CMYK0.2600.660.44
HSL83.37º49.22%37.84%-
HSV(B)83.37º65.97%56.47%-
XYZ16.5923.296.53-
YUV122.1186.74117.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.67%
GREEN value IS 144 (56.64% from 255) = 48%
BLUE value IS 49 (19.53% from 255) = 16.33%
R=35.67%
G=48%
B=16.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107144490.2600.660.4483.3749.2237.84
Hex6B90311A0422C533126
Octal15322061320102541236146
Binary11010111001000011000111010010000101011001010011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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