#6C930F

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

Shades of Olive Drab #6C930F

Tints of Olive Drab #6C930F

Color information

#6C930F (or 0x6C930F) is unknown color: approx Olive Drab. HEX triplet: 6C, 93 and 0F. RGB value is (108,147,15). Sum of RGB (Red+Green+Blue) = 108+147+15=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #6C930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C930F is #936CF0. Grayscale: #787878. Windows color (decimal): -9661681 or 1020780. OLE color: 1020780.

HSL color Cylindrical-coordinate representation of color #6C930F: hue angle of 77.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C930F is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB10814715-
CMYK0.2700.900.42
HSL77.73º81.48%31.76%-
HSV(B)77.73º89.8%57.65%-
XYZ16.724.094.22-
YUV120.2968.58119.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 54.44%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=40%
G=54.44%
B=5.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108147150.2700.900.4277.7381.4831.76
Hex6C93F1B05A2A4e5120
Octal154223173301325211612140
Binary1101100100100111111110110101101010101010011101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C930F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,147,15); }

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

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

 a { background-color: rgb(108,147,15); }

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

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

 span { border-color: rgb(108,147,15); }

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