Html Css Color HEX #6A8409 Olive Drab

📋 copy color: '#6A8409'

red 106 ◦ green 132 ◦ blue 9

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

Shades of Olive Drab #6A8409

Tints of Olive Drab #6A8409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

 BLUE value IS 9 (3.91% from 255) = 3.64%

R = 42.91%
G = 53.44%
B = 3.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#6A8409 (or 0x6A8409) is known color: Olive Drab. HEX triplet: 6A, 84 and 09. RGB value is (106,132,9). Sum of RGB (Red+Green+Blue) = 106+132+9=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #6A8409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8409 is #957BF6. Grayscale: #6E6E6E. Windows color (decimal): -9796599 or 623722. OLE color: 623722.

HSL color Cylindrical-coordinate representation of color #6A8409: hue angle of 72.68º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A8409 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 132 9 -
CMYK 0.20 0 0.93 0.48
HSL 72.68º 0.87% 0.28% -
HSV(B) 72.68º 0.93% 0.52% -
XYZ 14.24 19.59 3.29 -
YUV 110.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 106 132 9 0.20 0 0.93 0.48 72.68 0.87 0.28
Hex 6A 84 9 14 0 5D 30 49 57 1C
Octal 152 204 11 24 0 135 60 111 127 34
Binary 1101010 10000100 1001 10100 0 1011101 110000 1001001 1010111 11100

Color Harmonies of #6A8409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8409

Black with #6A8409

Text Example


Text Example

White with #6A8409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,132,9); }

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

background-color css

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

 a { background-color: rgb(106,132,9); }

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

border-color css

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

 span { border-color: rgb(106,132,9); }

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