#6A8500

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

Shades of Olive #6A8500

Tints of Olive #6A8500

Color information

#6A8500 (or 0x6A8500) is unknown color: approx Olive. HEX triplet: 6A, 85 and 00. RGB value is (106,133,0). Sum of RGB (Red+Green+Blue) = 106+133+0=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8500 is #957AFF. Grayscale: #6E6E6E. Windows color (decimal): -9796352 or 34154. OLE color: 34154.

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

Color convert

RGB1061330-
CMYK0.20010.48
HSL72.18º100%26.08%-
HSV(B)72.18º100%52.16%-
XYZ14.3319.843.07-
YUV109.7666.05125.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.35%
GREEN value IS 133 (52.34% from 255) = 55.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.35%
G=55.65%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10613300.20010.4872.1810026.08
Hex6A850140643048641a
Octal15220502401446011014432
Binary110101010000101010100011001001100001001000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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