Html Css Color HEX #68822D Olive Drab

📋 copy color: '#68822D'

red 104 ◦ green 130 ◦ blue 45

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

Shades of Olive Drab #68822D

Tints of Olive Drab #68822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 37.28%
G = 46.59%
B = 16.13%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#68822D (or 0x68822D) is known color: Olive Drab. HEX triplet: 68, 82 and 2D. RGB value is (104,130,45). Sum of RGB (Red+Green+Blue) = 104+130+45=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #68822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68822D is #977DD2. Grayscale: #707070. Windows color (decimal): -9928147 or 2982504. OLE color: 2982504.

HSL color Cylindrical-coordinate representation of color #68822D: hue angle of 78.35º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68822D is Cyan = 0.2, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 45 -
CMYK 0.2 0 0.65 0.49
HSL 78.35º 0.49% 0.34% -
HSV(B) 78.35º 0.65% 0.51% -
XYZ 14.17 19.1 5.42 -
YUV 112.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 104 130 45 0.2 0 0.65 0.49 78.35 0.49 0.34
Hex 68 82 2D 14 0 41 31 4E 31 22
Octal 150 202 55 24 0 101 61 116 61 42
Binary 1101000 10000010 101101 10100 0 1000001 110001 1001110 110001 100010

Color Harmonies of #68822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68822D

Black with #68822D

Text Example


Text Example

White with #68822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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