#6E9500

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

Shades of Olive #6E9500

Tints of Olive #6E9500

Color information

#6E9500 (or 0x6E9500) is unknown color: approx Olive. HEX triplet: 6E, 95 and 00. RGB value is (110,149,0). Sum of RGB (Red+Green+Blue) = 110+149+0=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9500 is #916AFF. Grayscale: #787878. Windows color (decimal): -9530112 or 38254. OLE color: 38254.

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

Color convert

RGB1101490-
CMYK0.26010.42
HSL75.7º100%29.22%-
HSV(B)75.7º100%58.43%-
XYZ17.1824.813.88-
YUV120.3560.08120.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 149 (58.59% from 255) = 57.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.47%
G=57.53%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11014900.26010.4275.710029.22
Hex6E9501A0642A4c641d
Octal15622503201445211414435
Binary110111010010101011010011001001010101001100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,149,0); }

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

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

 a { background-color: rgb(110,149,0); }

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

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

 span { border-color: rgb(110,149,0); }

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