#6B6500

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

Shades of Olive #6B6500

Tints of Olive #6B6500

Color information

#6B6500 (or 0x6B6500) is unknown color: approx Olive. HEX triplet: 6B, 65 and 00. RGB value is (107,101,0). Sum of RGB (Red+Green+Blue) = 107+101+0=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6500 is #949AFF. Grayscale: #5B5B5B. Windows color (decimal): -9739008 or 25963. OLE color: 25963.

HSL color Cylindrical-coordinate representation of color #6B6500: hue angle of 56.64º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B6500 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB1071010-
CMYK00.0610.58
HSL56.64º100%20.98%-
HSV(B)56.64º100%41.96%-
XYZ10.7212.431.83-
YUV91.2876.49139.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.44%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.44%
G=48.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107101000.0610.5856.6410020.98
Hex6B65006643A396415
Octal153145006144727114425
Binary11010111100101001101100100111010111001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,0); }

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

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

 a { background-color: rgb(107,101,0); }

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

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

 span { border-color: rgb(107,101,0); }

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