Html Css Color HEX #67821D Olive Drab

📋 copy color: '#67821D'

red 103 ◦ green 130 ◦ blue 29

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

Shades of Olive Drab #67821D

Tints of Olive Drab #67821D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 39.31%
G = 49.62%
B = 11.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#67821D (or 0x67821D) is known color: Olive Drab. HEX triplet: 67, 82 and 1D. RGB value is (103,130,29). Sum of RGB (Red+Green+Blue) = 103+130+29=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #67821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67821D is #987DE2. Grayscale: #6E6E6E. Windows color (decimal): -9993699 or 1933927. OLE color: 1933927.

HSL color Cylindrical-coordinate representation of color #67821D: hue angle of 76.04º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67821D is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 29 -
CMYK 0.21 0 0.78 0.49
HSL 76.04º 0.64% 0.31% -
HSV(B) 76.04º 0.78% 0.51% -
XYZ 13.8 18.94 4.09 -
YUV 110.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 103 130 29 0.21 0 0.78 0.49 76.04 0.64 0.31
Hex 67 82 1D 15 0 4E 31 4C 40 1F
Octal 147 202 35 25 0 116 61 114 100 37
Binary 1100111 10000010 11101 10101 0 1001110 110001 1001100 1000000 11111

Color Harmonies of #67821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67821D

Black with #67821D

Text Example


Text Example

White with #67821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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