Html Css Color HEX #6A821E Olive Drab

📋 copy color: '#6A821E'

red 106 ◦ green 130 ◦ blue 30

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

Shades of Olive Drab #6A821E

Tints of Olive Drab #6A821E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

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

R = 39.85%
G = 48.87%
B = 11.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#6A821E (or 0x6A821E) is known color: Olive Drab. HEX triplet: 6A, 82 and 1E. RGB value is (106,130,30). Sum of RGB (Red+Green+Blue) = 106+130+30=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #6A821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A821E is #957DE1. Grayscale: #6F6F6F. Windows color (decimal): -9797090 or 1999466. OLE color: 1999466.

HSL color Cylindrical-coordinate representation of color #6A821E: hue angle of 74.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A821E is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 130 30 -
CMYK 0.18 0 0.77 0.49
HSL 74.4º 0.63% 0.31% -
HSV(B) 74.4º 0.77% 0.51% -
XYZ 14.16 19.12 4.17 -
YUV 111.42 82.05 124.13 -
System Red Green Blue C M Y K H S L
Decimal 106 130 30 0.18 0 0.77 0.49 74.4 0.63 0.31
Hex 6A 82 1E 12 0 4D 31 4A 3E 1F
Octal 152 202 36 22 0 115 61 112 76 37
Binary 1101010 10000010 11110 10010 0 1001101 110001 1001010 111110 11111

Color Harmonies of #6A821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A821E

Black with #6A821E

Text Example


Text Example

White with #6A821E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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