#6E830C

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

Shades of Olive #6E830C

Tints of Olive #6E830C

Color information

#6E830C (or 0x6E830C) is unknown color: approx Olive. HEX triplet: 6E, 83 and 0C. RGB value is (110,131,12). Sum of RGB (Red+Green+Blue) = 110+131+12=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #6E830C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E830C is #917CF3. Grayscale: #6F6F6F. Windows color (decimal): -9534708 or 820078. OLE color: 820078.

HSL color Cylindrical-coordinate representation of color #6E830C: hue angle of 70.59º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E830C is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB11013112-
CMYK0.1600.910.49
HSL70.59º83.22%28.04%-
HSV(B)70.59º90.84%51.37%-
XYZ14.6119.573.36-
YUV111.1572.04127.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.48%
GREEN value IS 131 (51.56% from 255) = 51.78%
BLUE value IS 12 (5.08% from 255) = 4.74%
R=43.48%
G=51.78%
B=4.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110131120.1600.910.4970.5983.2228.04
Hex6E83C1005B3147531c
Octal156203142001336110712334
Binary110111010000011110010000010110111100011000111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E830C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,131,12); }

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

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

 a { background-color: rgb(110,131,12); }

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

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

 span { border-color: rgb(110,131,12); }

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