#6A8506

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

Shades of Olive #6A8506

Tints of Olive #6A8506

Color information

#6A8506 (or 0x6A8506) is unknown color: approx Olive. HEX triplet: 6A, 85 and 06. RGB value is (106,133,6). Sum of RGB (Red+Green+Blue) = 106+133+6=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8506 is #957AF9. Grayscale: #6E6E6E. Windows color (decimal): -9796346 or 427370. OLE color: 427370.

HSL color Cylindrical-coordinate representation of color #6A8506: hue angle of 72.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A8506 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1061336-
CMYK0.2000.950.48
HSL72.76º91.37%27.25%-
HSV(B)72.76º95.49%52.16%-
XYZ14.3619.853.25-
YUV110.4569.05124.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.27%
GREEN value IS 133 (52.34% from 255) = 54.29%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=43.27%
G=54.29%
B=2.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10613360.2000.950.4872.7691.3727.25
Hex6A8561405F30495b1b
Octal15220562401376011113333
Binary11010101000010111010100010111111100001001001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,133,6); }

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

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

 a { background-color: rgb(106,133,6); }

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

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

 span { border-color: rgb(106,133,6); }

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