Html Css Color HEX #6A941E Olive Drab

📋 copy color: '#6A941E'

red 106 ◦ green 148 ◦ blue 30

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

Shades of Olive Drab #6A941E

Tints of Olive Drab #6A941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.11%

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 37.32%
G = 52.11%
B = 10.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#6A941E (or 0x6A941E) is known color: Olive Drab. HEX triplet: 6A, 94 and 1E. RGB value is (106,148,30). Sum of RGB (Red+Green+Blue) = 106+148+30=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #6A941E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A941E is #956BE1. Grayscale: #7A7A7A. Windows color (decimal): -9792482 or 2004074. OLE color: 2004074.

HSL color Cylindrical-coordinate representation of color #6A941E: hue angle of 81.36º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A941E is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 148 30 -
CMYK 0.28 0 0.80 0.42
HSL 81.36º 0.66% 0.35% -
HSV(B) 81.36º 0.8% 0.58% -
XYZ 16.77 24.34 5.04 -
YUV 121.99 76.09 116.59 -
System Red Green Blue C M Y K H S L
Decimal 106 148 30 0.28 0 0.80 0.42 81.36 0.66 0.35
Hex 6A 94 1E 1C 0 50 2A 51 42 23
Octal 152 224 36 34 0 120 52 121 102 43
Binary 1101010 10010100 11110 11100 0 1010000 101010 1010001 1000010 100011

Color Harmonies of #6A941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A941E

Black with #6A941E

Text Example


Text Example

White with #6A941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,148,30); }

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

background-color css

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

 a { background-color: rgb(106,148,30); }

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

border-color css

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

 span { border-color: rgb(106,148,30); }

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