Html Css Color HEX #6A9304 Olive Drab

📋 copy color: '#6A9304'

red 106 ◦ green 147 ◦ blue 4

#6A9304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #6A9304

Tints of Olive Drab #6A9304

RGB

 RED value IS 106 (41.8% from 255) = 41.25%

 GREEN value IS 147 (57.81% from 255) = 57.2%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 41.25%
G = 57.2%
B = 1.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#6A9304 (or 0x6A9304) is known color: Olive Drab. HEX triplet: 6A, 93 and 04. RGB value is (106,147,4). Sum of RGB (Red+Green+Blue) = 106+147+4=257 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.25% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9304 is #956CFB. Grayscale: #767676. Windows color (decimal): -9792764 or 299882. OLE color: 299882.

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

Color convert

RGB 106 147 4 -
CMYK 0.28 0 0.97 0.42
HSL 77.2º 0.95% 0.3% -
HSV(B) 77.2º 0.97% 0.58% -
XYZ 16.4 23.94 3.87 -
YUV 118.44 63.42 119.13 -
System Red Green Blue C M Y K H S L
Decimal 106 147 4 0.28 0 0.97 0.42 77.2 0.95 0.3
Hex 6A 93 4 1C 0 61 2A 4D 5F 1E
Octal 152 223 4 34 0 141 52 115 137 36
Binary 1101010 10010011 100 11100 0 1100001 101010 1001101 1011111 11110

Color Harmonies of #6A9304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9304

Black with #6A9304

Text Example


Text Example

White with #6A9304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,147,4); }

 H1.HeaderClassName
 {
   color: #6A9304;
 }
 .AnyTagClassName
 {
   color: #6A9304;
 }
</style>

background-color css

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

 a { background-color: rgb(106,147,4); }

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

border-color css

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

 span { border-color: rgb(106,147,4); }

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