Html Css Color HEX #6A8111 Olive Drab

📋 copy color: '#6A8111'

red 106 ◦ green 129 ◦ blue 17

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

Shades of Olive Drab #6A8111

Tints of Olive Drab #6A8111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.19%

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

R = 42.06%
G = 51.19%
B = 6.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#6A8111 (or 0x6A8111) is known color: Olive Drab. HEX triplet: 6A, 81 and 11. RGB value is (106,129,17). Sum of RGB (Red+Green+Blue) = 106+129+17=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #6A8111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8111 is #957EEE. Grayscale: #6D6D6D. Windows color (decimal): -9797359 or 1147242. OLE color: 1147242.

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

Color convert

RGB 106 129 17 -
CMYK 0.18 0 0.87 0.49
HSL 72.32º 0.77% 0.29% -
HSV(B) 72.32º 0.87% 0.51% -
XYZ 13.9 18.81 3.43 -
YUV 109.36 75.88 125.61 -
System Red Green Blue C M Y K H S L
Decimal 106 129 17 0.18 0 0.87 0.49 72.32 0.77 0.29
Hex 6A 81 11 12 0 57 31 48 4D 1D
Octal 152 201 21 22 0 127 61 110 115 35
Binary 1101010 10000001 10001 10010 0 1010111 110001 1001000 1001101 11101

Color Harmonies of #6A8111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8111

Black with #6A8111

Text Example


Text Example

White with #6A8111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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