#6A8D03

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

Shades of Olive Drab #6A8D03

Tints of Olive Drab #6A8D03

Color information

#6A8D03 (or 0x6A8D03) is unknown color: approx Olive Drab. HEX triplet: 6A, 8D and 03. RGB value is (106,141,3). Sum of RGB (Red+Green+Blue) = 106+141+3=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8D03 is #9572FC. Grayscale: #737373. Windows color (decimal): -9794301 or 232810. OLE color: 232810.

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

Color convert

RGB1061413-
CMYK0.2500.980.45
HSL75.22º95.83%28.24%-
HSV(B)75.22º97.87%55.29%-
XYZ15.4922.123.54-
YUV114.864.9121.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.4%
GREEN value IS 141 (55.47% from 255) = 56.4%
BLUE value IS 3 (1.56% from 255) = 1.2%
R=42.4%
G=56.4%
B=1.2%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10614130.2500.980.4575.2295.8328.24
Hex6A8D3190622D4b601c
Octal15221533101425511314034
Binary1101010100011011111001011000101011011001011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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