#6B6907

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

Shades of Olive #6B6907

Tints of Olive #6B6907

Color information

#6B6907 (or 0x6B6907) is unknown color: approx Olive. HEX triplet: 6B, 69 and 07. RGB value is (107,105,7). Sum of RGB (Red+Green+Blue) = 107+105+7=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6907 is #9496F8. Grayscale: #5E5E5E. Windows color (decimal): -9737977 or 485739. OLE color: 485739.

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

Color convert

RGB1071057-
CMYK00.020.930.58
HSL58.8º87.72%22.35%-
HSV(B)58.8º93.46%41.96%-
XYZ11.1513.242.17-
YUV94.4378.66136.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 7 (3.12% from 255) = 3.20%
R=48.86%
G=47.95%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107105700.020.930.5858.887.7222.35
Hex6B697025D3A3b5816
Octal153151702135727313026
Binary110101111010011110101011101111010111011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,105,7); }

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

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

 a { background-color: rgb(107,105,7); }

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

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

 span { border-color: rgb(107,105,7); }

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