Html Css Color HEX #6A8D11 Olive Drab

📋 copy color: '#6A8D11'

red 106 ◦ green 141 ◦ blue 17

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

Shades of Olive Drab #6A8D11

Tints of Olive Drab #6A8D11

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.41%

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

R = 40.15%
G = 53.41%
B = 6.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#6A8D11 (or 0x6A8D11) is known color: Olive Drab. HEX triplet: 6A, 8D and 11. RGB value is (106,141,17). Sum of RGB (Red+Green+Blue) = 106+141+17=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8D11 is #9572EE. Grayscale: #747474. Windows color (decimal): -9794287 or 1150314. OLE color: 1150314.

HSL color Cylindrical-coordinate representation of color #6A8D11: hue angle of 76.94º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A8D11 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 141 17 -
CMYK 0.25 0 0.88 0.45
HSL 76.94º 0.78% 0.31% -
HSV(B) 76.94º 0.88% 0.55% -
XYZ 15.57 22.15 3.99 -
YUV 116.4 71.9 120.58 -
System Red Green Blue C M Y K H S L
Decimal 106 141 17 0.25 0 0.88 0.45 76.94 0.78 0.31
Hex 6A 8D 11 19 0 58 2D 4D 4E 1F
Octal 152 215 21 31 0 130 55 115 116 37
Binary 1101010 10001101 10001 11001 0 1011000 101101 1001101 1001110 11111

Color Harmonies of #6A8D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8D11

Black with #6A8D11

Text Example


Text Example

White with #6A8D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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