#6A9828

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

Shades of Olive Drab #6A9828

Tints of Olive Drab #6A9828

Color information

#6A9828 (or 0x6A9828) is unknown color: approx Olive Drab. HEX triplet: 6A, 98 and 28. RGB value is (106,152,40). Sum of RGB (Red+Green+Blue) = 106+152+40=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #6A9828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9828 is #9567D7. Grayscale: #7D7D7D. Windows color (decimal): -9791448 or 2660458. OLE color: 2660458.

HSL color Cylindrical-coordinate representation of color #6A9828: hue angle of 84.64º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A9828 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB10615240-
CMYK0.3000.740.40
HSL84.64º58.33%37.65%-
HSV(B)84.64º73.68%59.61%-
XYZ17.5625.676.04-
YUV125.4879.76114.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 40 (16.02% from 255) = 13.42%
R=35.57%
G=51.01%
B=13.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106152400.3000.740.4084.6458.3337.65
Hex6A98281E04A28553a26
Octal15223050360112501257246
Binary11010101001100010100011110010010101010001010101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,152,40); }

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

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

 a { background-color: rgb(106,152,40); }

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

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

 span { border-color: rgb(106,152,40); }

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