#6A8D23

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

Shades of Olive Drab #6A8D23

Tints of Olive Drab #6A8D23

Color information

#6A8D23 (or 0x6A8D23) is unknown color: approx Olive Drab. HEX triplet: 6A, 8D and 23. RGB value is (106,141,35). Sum of RGB (Red+Green+Blue) = 106+141+35=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8D23 is #9572DC. Grayscale: #767676. Windows color (decimal): -9794269 or 2329962. OLE color: 2329962.

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

Color convert

RGB10614135-
CMYK0.2500.750.45
HSL79.81º60.23%34.51%-
HSV(B)79.81º75.18%55.29%-
XYZ15.7722.245.05-
YUV118.4580.9119.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 141 (55.47% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 12.41%
R=37.59%
G=50%
B=12.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106141350.2500.750.4579.8160.2334.51
Hex6A8D231904B2D503c23
Octal15221543310113551207443
Binary11010101000110110001111001010010111011011010000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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