Html Css Color HEX #67820D Olive Drab

📋 copy color: '#67820D'

red 103 ◦ green 130 ◦ blue 13

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

Shades of Olive Drab #67820D

Tints of Olive Drab #67820D

RGB

 RED value IS 103 (40.63% from 255) = 41.87%

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

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

R = 41.87%
G = 52.85%
B = 5.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#67820D (or 0x67820D) is known color: Olive Drab. HEX triplet: 67, 82 and 0D. RGB value is (103,130,13). Sum of RGB (Red+Green+Blue) = 103+130+13=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #67820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67820D is #987DF2. Grayscale: #6D6D6D. Windows color (decimal): -9993715 or 885351. OLE color: 885351.

HSL color Cylindrical-coordinate representation of color #67820D: hue angle of 73.85º 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 #67820D is Cyan = 0.21, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 13 -
CMYK 0.21 0 0.9 0.49
HSL 73.85º 0.82% 0.28% -
HSV(B) 73.85º 0.9% 0.51% -
XYZ 13.65 18.88 3.31 -
YUV 108.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 103 130 13 0.21 0 0.9 0.49 73.85 0.82 0.28
Hex 67 82 D 15 0 5A 31 4A 52 1C
Octal 147 202 15 25 0 132 61 112 122 34
Binary 1100111 10000010 1101 10101 0 1011010 110001 1001010 1010010 11100

Color Harmonies of #67820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67820D

Black with #67820D

Text Example


Text Example

White with #67820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67820D; }

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

 H1.HeaderClassName
 {
   color: #67820D;
 }
 .AnyTagClassName
 {
   color: #67820D;
 }
</style>

background-color css

<style>
 a { background-color: #67820D; }

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

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

border-color css

<style>
 span { border-color: #67820D; }

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

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