Html Css Color HEX #6A842E Olive Drab

📋 copy color: '#6A842E'

red 106 ◦ green 132 ◦ blue 46

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

Shades of Olive Drab #6A842E

Tints of Olive Drab #6A842E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 37.32%
G = 46.48%
B = 16.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#6A842E (or 0x6A842E) is known color: Olive Drab. HEX triplet: 6A, 84 and 2E. RGB value is (106,132,46). Sum of RGB (Red+Green+Blue) = 106+132+46=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #6A842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A842E is #957BD1. Grayscale: #727272. Windows color (decimal): -9796562 or 3048554. OLE color: 3048554.

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

Color convert

RGB 106 132 46 -
CMYK 0.20 0 0.65 0.48
HSL 78.14º 0.48% 0.35% -
HSV(B) 78.14º 0.65% 0.52% -
XYZ 14.69 19.76 5.63 -
YUV 114.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 106 132 46 0.20 0 0.65 0.48 78.14 0.48 0.35
Hex 6A 84 2E 14 0 41 30 4E 30 23
Octal 152 204 56 24 0 101 60 116 60 43
Binary 1101010 10000100 101110 10100 0 1000001 110000 1001110 110000 100011

Color Harmonies of #6A842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A842E

Black with #6A842E

Text Example


Text Example

White with #6A842E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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