Html Css Color HEX #6C820D Olive Drab

📋 copy color: '#6C820D'

red 108 ◦ green 130 ◦ blue 13

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

Shades of Olive Drab #6C820D

Tints of Olive Drab #6C820D

RGB

 RED value IS 108 (42.58% from 255) = 43.03%

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

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 43.03%
G = 51.79%
B = 5.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#6C820D (or 0x6C820D) is known color: Olive Drab. HEX triplet: 6C, 82 and 0D. RGB value is (108,130,13). Sum of RGB (Red+Green+Blue) = 108+130+13=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #6C820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C820D is #937DF2. Grayscale: #6E6E6E. Windows color (decimal): -9666035 or 885356. OLE color: 885356.

HSL color Cylindrical-coordinate representation of color #6C820D: hue angle of 71.28º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C820D is Cyan = 0.17, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 130 13 -
CMYK 0.17 0 0.9 0.49
HSL 71.28º 0.82% 0.28% -
HSV(B) 71.28º 0.9% 0.51% -
XYZ 14.24 19.18 3.33 -
YUV 110.08 73.21 126.51 -
System Red Green Blue C M Y K H S L
Decimal 108 130 13 0.17 0 0.9 0.49 71.28 0.82 0.28
Hex 6C 82 D 11 0 5A 31 47 52 1C
Octal 154 202 15 21 0 132 61 107 122 34
Binary 1101100 10000010 1101 10001 0 1011010 110001 1000111 1010010 11100

Color Harmonies of #6C820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C820D

Black with #6C820D

Text Example


Text Example

White with #6C820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,130,13); }

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

background-color css

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

 a { background-color: rgb(108,130,13); }

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

border-color css

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

 span { border-color: rgb(108,130,13); }

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