#6B9318

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

Shades of Olive Drab #6B9318

Tints of Olive Drab #6B9318

Color information

#6B9318 (or 0x6B9318) is unknown color: approx Olive Drab. HEX triplet: 6B, 93 and 18. RGB value is (107,147,24). Sum of RGB (Red+Green+Blue) = 107+147+24=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9318 is #946CE7. Grayscale: #797979. Windows color (decimal): -9727208 or 1610603. OLE color: 1610603.

HSL color Cylindrical-coordinate representation of color #6B9318: hue angle of 79.51º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B9318 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB10714724-
CMYK0.2700.840.42
HSL79.51º71.93%33.53%-
HSV(B)79.51º83.67%57.65%-
XYZ16.6624.064.63-
YUV121.0273.25118-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.49%
GREEN value IS 147 (57.81% from 255) = 52.88%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=38.49%
G=52.88%
B=8.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107147240.2700.840.4279.5171.9333.53
Hex6B93181B0542A504822
Octal153223303301245212011042
Binary11010111001001111000110110101010010101010100001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,24); }

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

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

 a { background-color: rgb(107,147,24); }

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

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

 span { border-color: rgb(107,147,24); }

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