#6A9423

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

Shades of Olive Drab #6A9423

Tints of Olive Drab #6A9423

Color information

#6A9423 (or 0x6A9423) is unknown color: approx Olive Drab. HEX triplet: 6A, 94 and 23. RGB value is (106,148,35). Sum of RGB (Red+Green+Blue) = 106+148+35=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9423 is #956BDC. Grayscale: #7A7A7A. Windows color (decimal): -9792477 or 2331754. OLE color: 2331754.

HSL color Cylindrical-coordinate representation of color #6A9423: hue angle of 82.3º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A9423 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB10614835-
CMYK0.2800.760.42
HSL82.3º61.75%35.88%-
HSV(B)82.3º76.35%58.04%-
XYZ16.8424.375.41-
YUV122.5678.59116.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 35 (14.06% from 255) = 12.11%
R=36.68%
G=51.21%
B=12.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106148350.2800.760.4282.361.7535.88
Hex6A94231C04C2A523e24
Octal15222443340114521227644
Binary11010101001010010001111100010011001010101010010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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