#6A8825

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

Shades of Olive Drab #6A8825

Tints of Olive Drab #6A8825

Color information

#6A8825 (or 0x6A8825) is unknown color: approx Olive Drab. HEX triplet: 6A, 88 and 25. RGB value is (106,136,37). Sum of RGB (Red+Green+Blue) = 106+136+37=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8825 is #9577DA. Grayscale: #747474. Windows color (decimal): -9795547 or 2459754. OLE color: 2459754.

HSL color Cylindrical-coordinate representation of color #6A8825: hue angle of 78.18º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A8825 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB10613637-
CMYK0.2200.730.47
HSL78.18º57.23%33.92%-
HSV(B)78.18º72.79%53.33%-
XYZ15.0820.814.97-
YUV115.7483.56121.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 37 (14.84% from 255) = 13.26%
R=37.99%
G=48.75%
B=13.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106136370.2200.730.4778.1857.2333.92
Hex6A8825160492F4e3922
Octal15221045260111571167142
Binary11010101000100010010110110010010011011111001110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,136,37); }

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

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

 a { background-color: rgb(106,136,37); }

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

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

 span { border-color: rgb(106,136,37); }

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