Html Css Color HEX #6A842D Olive Drab

📋 copy color: '#6A842D'

red 106 ◦ green 132 ◦ blue 45

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

Shades of Olive Drab #6A842D

Tints of Olive Drab #6A842D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 37.46%
G = 46.64%
B = 15.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#6A842D (or 0x6A842D) is known color: Olive Drab. HEX triplet: 6A, 84 and 2D. RGB value is (106,132,45). Sum of RGB (Red+Green+Blue) = 106+132+45=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #6A842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A842D is #957BD2. Grayscale: #727272. Windows color (decimal): -9796563 or 2983018. OLE color: 2983018.

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

Color convert

RGB 106 132 45 -
CMYK 0.20 0 0.66 0.48
HSL 77.93º 0.49% 0.35% -
HSV(B) 77.93º 0.66% 0.52% -
XYZ 14.67 19.76 5.52 -
YUV 114.31 88.89 122.07 -
System Red Green Blue C M Y K H S L
Decimal 106 132 45 0.20 0 0.66 0.48 77.93 0.49 0.35
Hex 6A 84 2D 14 0 42 30 4E 31 23
Octal 152 204 55 24 0 102 60 116 61 43
Binary 1101010 10000100 101101 10100 0 1000010 110000 1001110 110001 100011

Color Harmonies of #6A842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A842D

Black with #6A842D

Text Example


Text Example

White with #6A842D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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