#6B6E03

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

Shades of Olive #6B6E03

Tints of Olive #6B6E03

Color information

#6B6E03 (or 0x6B6E03) is unknown color: approx Olive. HEX triplet: 6B, 6E and 03. RGB value is (107,110,3). Sum of RGB (Red+Green+Blue) = 107+110+3=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6E03 is #9491FC. Grayscale: #616161. Windows color (decimal): -9736701 or 224875. OLE color: 224875.

HSL color Cylindrical-coordinate representation of color #6B6E03: hue angle of 61.68º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B6E03 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB1071103-
CMYK0.0300.970.57
HSL61.68º94.69%22.16%-
HSV(B)61.68º97.27%43.14%-
XYZ11.6614.282.23-
YUV96.975.01135.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.64%
GREEN value IS 110 (43.36% from 255) = 50%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=48.64%
G=50%
B=1.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10711030.0300.970.5761.6894.6922.16
Hex6B6E33061393e5f16
Octal153156330141717613726
Binary11010111101110111101100001111001111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,110,3); }

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

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

 a { background-color: rgb(107,110,3); }

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

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

 span { border-color: rgb(107,110,3); }

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