#6A8700

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

Shades of Olive #6A8700

Tints of Olive #6A8700

Color information

#6A8700 (or 0x6A8700) is unknown color: approx Olive. HEX triplet: 6A, 87 and 00. RGB value is (106,135,0). Sum of RGB (Red+Green+Blue) = 106+135+0=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8700 is #9578FF. Grayscale: #6F6F6F. Windows color (decimal): -9795840 or 34666. OLE color: 34666.

HSL color Cylindrical-coordinate representation of color #6A8700: hue angle of 72.89º 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 #6A8700 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB1061350-
CMYK0.21010.47
HSL72.89º100%26.47%-
HSV(B)72.89º100%52.94%-
XYZ14.6120.393.17-
YUV110.9465.39124.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.98%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.98%
G=56.02%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10613500.21010.4772.8910026.47
Hex6A870150642F49641a
Octal15220702501445711114432
Binary110101010000111010101011001001011111001001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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