Html Css Color HEX #6A8411 Olive Drab

📋 copy color: '#6A8411'

red 106 ◦ green 132 ◦ blue 17

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

Shades of Olive Drab #6A8411

Tints of Olive Drab #6A8411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 41.57%
G = 51.76%
B = 6.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#6A8411 (or 0x6A8411) is known color: Olive Drab. HEX triplet: 6A, 84 and 11. RGB value is (106,132,17). Sum of RGB (Red+Green+Blue) = 106+132+17=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #6A8411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8411 is #957BEE. Grayscale: #6F6F6F. Windows color (decimal): -9796591 or 1148010. OLE color: 1148010.

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

Color convert

RGB 106 132 17 -
CMYK 0.20 0 0.87 0.48
HSL 73.57º 0.77% 0.29% -
HSV(B) 73.57º 0.87% 0.52% -
XYZ 14.3 19.61 3.56 -
YUV 111.12 74.89 124.35 -
System Red Green Blue C M Y K H S L
Decimal 106 132 17 0.20 0 0.87 0.48 73.57 0.77 0.29
Hex 6A 84 11 14 0 57 30 4A 4D 1D
Octal 152 204 21 24 0 127 60 112 115 35
Binary 1101010 10000100 10001 10100 0 1010111 110000 1001010 1001101 11101

Color Harmonies of #6A8411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8411

Black with #6A8411

Text Example


Text Example

White with #6A8411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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