#6a8d33

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

Shades of Olive Drab #6A8D33

Tints of Olive Drab #6A8D33

Color information

#6A8D33 (or 0x6A8D33) is unknown color: approx Olive Drab. HEX triplet: 6A, 8D and 33. RGB value is (106,141,51). Sum of RGB (Red+Green+Blue) = 106+141+51=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8D33 is #9572CC. Grayscale: #787878. Windows color (decimal): -9794253 or 3378538. OLE color: 3378538.

HSL color Cylindrical-coordinate representation of color #6A8D33: hue angle of 83.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A8D33 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB10614151-
CMYK0.2500.640.45
HSL83.33º46.88%37.65%-
HSV(B)83.33º63.83%55.29%-
XYZ16.0722.356.6-
YUV120.2888.9117.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 141 (55.47% from 255) = 47.32%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=35.57%
G=47.32%
B=17.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106141510.2500.640.4583.3346.8837.65
Hex6A8D33190402D532f26
Octal15221563310100551235746
Binary11010101000110111001111001010000001011011010011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a8d33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,141,51); }

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

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

 a { background-color: rgb(106,141,51); }

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

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

 span { border-color: rgb(106,141,51); }

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