#6E8700

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

Shades of Olive #6E8700

Tints of Olive #6E8700

Color information

#6E8700 (or 0x6E8700) is unknown color: approx Olive. HEX triplet: 6E, 87 and 00. RGB value is (110,135,0). Sum of RGB (Red+Green+Blue) = 110+135+0=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8700 is #9178FF. Grayscale: #707070. Windows color (decimal): -9533696 or 34670. OLE color: 34670.

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

Color convert

RGB1101350-
CMYK0.19010.47
HSL71.11º100%26.47%-
HSV(B)71.11º100%52.94%-
XYZ15.0920.643.19-
YUV112.1464.72126.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.90%
G=55.10%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11013500.19010.4771.1110026.47
Hex6E870130642F47641a
Octal15620702301445710714432
Binary110111010000111010011011001001011111000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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