#6B950B

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

Shades of Olive Drab #6B950B

Tints of Olive Drab #6B950B

Color information

#6B950B (or 0x6B950B) is unknown color: approx Olive Drab. HEX triplet: 6B, 95 and 0B. RGB value is (107,149,11). Sum of RGB (Red+Green+Blue) = 107+149+11=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #6B950B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B950B is #946AF4. Grayscale: #797979. Windows color (decimal): -9726709 or 759147. OLE color: 759147.

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

Color convert

RGB10714911-
CMYK0.2800.930.42
HSL78.26º86.25%31.37%-
HSV(B)78.26º92.62%58.43%-
XYZ16.8724.644.18-
YUV120.7166.09118.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.07%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 11 (4.69% from 255) = 4.12%
R=40.07%
G=55.81%
B=4.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107149110.2800.930.4278.2686.2531.37
Hex6B95B1C05D2A4e561f
Octal153225133401355211612637
Binary110101110010101101111100010111011010101001110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B950B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,149,11); }

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

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

 a { background-color: rgb(107,149,11); }

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

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

 span { border-color: rgb(107,149,11); }

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