Html Css Color HEX #6A911A Olive Drab

📋 copy color: '#6A911A'

red 106 ◦ green 145 ◦ blue 26

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

Shades of Olive Drab #6A911A

Tints of Olive Drab #6A911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.35%

 BLUE value IS 26 (10.55% from 255) = 9.39%

R = 38.27%
G = 52.35%
B = 9.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#6A911A (or 0x6A911A) is known color: Olive Drab. HEX triplet: 6A, 91 and 1A. RGB value is (106,145,26). Sum of RGB (Red+Green+Blue) = 106+145+26=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #6A911A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A911A is #956EE5. Grayscale: #787878. Windows color (decimal): -9793254 or 1741162. OLE color: 1741162.

HSL color Cylindrical-coordinate representation of color #6A911A: hue angle of 79.66º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A911A is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 145 26 -
CMYK 0.27 0 0.82 0.43
HSL 79.66º 0.7% 0.34% -
HSV(B) 79.66º 0.82% 0.57% -
XYZ 16.26 23.39 4.64 -
YUV 119.77 75.08 118.18 -
System Red Green Blue C M Y K H S L
Decimal 106 145 26 0.27 0 0.82 0.43 79.66 0.7 0.34
Hex 6A 91 1A 1B 0 52 2B 50 46 22
Octal 152 221 32 33 0 122 53 120 106 42
Binary 1101010 10010001 11010 11011 0 1010010 101011 1010000 1000110 100010

Color Harmonies of #6A911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A911A

Black with #6A911A

Text Example


Text Example

White with #6A911A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,145,26); }

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

background-color css

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

 a { background-color: rgb(106,145,26); }

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

border-color css

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

 span { border-color: rgb(106,145,26); }

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