#6A9030

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

Shades of Olive Drab #6A9030

Tints of Olive Drab #6A9030

Color information

#6A9030 (or 0x6A9030) is unknown color: approx Olive Drab. HEX triplet: 6A, 90 and 30. RGB value is (106,144,48). Sum of RGB (Red+Green+Blue) = 106+144+48=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #6A9030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9030 is #956FCF. Grayscale: #7A7A7A. Windows color (decimal): -9793488 or 3182698. OLE color: 3182698.

HSL color Cylindrical-coordinate representation of color #6A9030: hue angle of 83.75º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A9030 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB10614448-
CMYK0.2600.670.44
HSL83.75º50%37.65%-
HSV(B)83.75º66.67%56.47%-
XYZ16.4523.226.41-
YUV121.6986.41116.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=35.57%
G=48.32%
B=16.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106144480.2600.670.4483.755037.65
Hex6A90301A0432C543226
Octal15222060320103541246246
Binary11010101001000011000011010010000111011001010100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,144,48); }

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

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

 a { background-color: rgb(106,144,48); }

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

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

 span { border-color: rgb(106,144,48); }

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