#6B9424

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

Shades of Olive Drab #6B9424

Tints of Olive Drab #6B9424

Color information

#6B9424 (or 0x6B9424) is unknown color: approx Olive Drab. HEX triplet: 6B, 94 and 24. RGB value is (107,148,36). Sum of RGB (Red+Green+Blue) = 107+148+36=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9424 is #946BDB. Grayscale: #7B7B7B. Windows color (decimal): -9726940 or 2397291. OLE color: 2397291.

HSL color Cylindrical-coordinate representation of color #6B9424: hue angle of 81.96º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B9424 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB10714836-
CMYK0.2800.760.42
HSL81.96º60.87%36.08%-
HSV(B)81.96º75.68%58.04%-
XYZ16.9724.435.49-
YUV122.9778.92116.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.77%
GREEN value IS 148 (58.20% from 255) = 50.86%
BLUE value IS 36 (14.45% from 255) = 12.37%
R=36.77%
G=50.86%
B=12.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107148360.2800.760.4281.9660.8736.08
Hex6B94241C04C2A523d24
Octal15322444340114521227544
Binary11010111001010010010011100010011001010101010010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,148,36); }

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

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

 a { background-color: rgb(107,148,36); }

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

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

 span { border-color: rgb(107,148,36); }

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