#6D8E01

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

Shades of Olive #6D8E01

Tints of Olive #6D8E01

Color information

#6D8E01 (or 0x6D8E01) is unknown color: approx Olive. HEX triplet: 6D, 8E and 01. RGB value is (109,142,1). Sum of RGB (Red+Green+Blue) = 109+142+1=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 142 (55.86% from 255 or 56.35% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8E01 is #9271FE. Grayscale: #747474. Windows color (decimal): -9597439 or 101997. OLE color: 101997.

HSL color Cylindrical-coordinate representation of color #6D8E01: hue angle of 74.04º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D8E01 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1091421-
CMYK0.2300.990.44
HSL74.04º98.6%28.04%-
HSV(B)74.04º99.3%55.69%-
XYZ15.9922.63.55-
YUV116.0663.07122.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.25%
GREEN value IS 142 (55.86% from 255) = 56.35%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=43.25%
G=56.35%
B=0.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10914210.2300.990.4474.0498.628.04
Hex6D8E1170632C4a631c
Octal15521612701435411214334
Binary110110110001110110111011000111011001001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,142,1); }

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

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

 a { background-color: rgb(109,142,1); }

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

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

 span { border-color: rgb(109,142,1); }

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