Html Css Color HEX #68821D Olive Drab

📋 copy color: '#68821D'

red 104 ◦ green 130 ◦ blue 29

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

Shades of Olive Drab #68821D

Tints of Olive Drab #68821D

RGB

 RED value IS 104 (41.02% from 255) = 39.54%

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

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

R = 39.54%
G = 49.43%
B = 11.03%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#68821D (or 0x68821D) is known color: Olive Drab. HEX triplet: 68, 82 and 1D. RGB value is (104,130,29). Sum of RGB (Red+Green+Blue) = 104+130+29=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #68821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68821D is #977DE2. Grayscale: #6F6F6F. Windows color (decimal): -9928163 or 1933928. OLE color: 1933928.

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

Color convert

RGB 104 130 29 -
CMYK 0.2 0 0.78 0.49
HSL 75.45º 0.64% 0.31% -
HSV(B) 75.45º 0.78% 0.51% -
XYZ 13.91 19 4.1 -
YUV 110.71 81.89 123.21 -
System Red Green Blue C M Y K H S L
Decimal 104 130 29 0.2 0 0.78 0.49 75.45 0.64 0.31
Hex 68 82 1D 14 0 4E 31 4B 40 1F
Octal 150 202 35 24 0 116 61 113 100 37
Binary 1101000 10000010 11101 10100 0 1001110 110001 1001011 1000000 11111

Color Harmonies of #68821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68821D

Black with #68821D

Text Example


Text Example

White with #68821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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