#6A9629

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

Shades of Olive Drab #6A9629

Tints of Olive Drab #6A9629

Color information

#6A9629 (or 0x6A9629) is unknown color: approx Olive Drab. HEX triplet: 6A, 96 and 29. RGB value is (106,150,41). Sum of RGB (Red+Green+Blue) = 106+150+41=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #6A9629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9629 is #9569D6. Grayscale: #7C7C7C. Windows color (decimal): -9791959 or 2725482. OLE color: 2725482.

HSL color Cylindrical-coordinate representation of color #6A9629: hue angle of 84.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A9629 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB10615041-
CMYK0.2900.730.41
HSL84.22º57.07%37.45%-
HSV(B)84.22º72.67%58.82%-
XYZ17.2525.046.02-
YUV124.4280.92114.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 150 (58.98% from 255) = 50.51%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=35.69%
G=50.51%
B=13.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106150410.2900.730.4184.2257.0737.45
Hex6A96291D04929543925
Octal15222651350111511247145
Binary11010101001011010100111101010010011010011010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,150,41); }

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

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

 a { background-color: rgb(106,150,41); }

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

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

 span { border-color: rgb(106,150,41); }

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