Html Css Color HEX #68811A Olive Drab

📋 copy color: '#68811A'

red 104 ◦ green 129 ◦ blue 26

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

Shades of Olive Drab #68811A

Tints of Olive Drab #68811A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.81%

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 40.15%
G = 49.81%
B = 10.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#68811A (or 0x68811A) is known color: Olive Drab. HEX triplet: 68, 81 and 1A. RGB value is (104,129,26). Sum of RGB (Red+Green+Blue) = 104+129+26=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #68811A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68811A is #977EE5. Grayscale: #6E6E6E. Windows color (decimal): -9928422 or 1737064. OLE color: 1737064.

HSL color Cylindrical-coordinate representation of color #68811A: hue angle of 74.56º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68811A is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 129 26 -
CMYK 0.19 0 0.80 0.49
HSL 74.56º 0.66% 0.3% -
HSV(B) 74.56º 0.8% 0.51% -
XYZ 13.75 18.72 3.87 -
YUV 109.78 80.72 123.88 -
System Red Green Blue C M Y K H S L
Decimal 104 129 26 0.19 0 0.80 0.49 74.56 0.66 0.3
Hex 68 81 1A 13 0 50 31 4B 42 1E
Octal 150 201 32 23 0 120 61 113 102 36
Binary 1101000 10000001 11010 10011 0 1010000 110001 1001011 1000010 11110

Color Harmonies of #68811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68811A

Black with #68811A

Text Example


Text Example

White with #68811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68811A; }

 p { color: rgb(104,129,26); }

 H1.HeaderClassName
 {
   color: #68811A;
 }
 .AnyTagClassName
 {
   color: #68811A;
 }
</style>

background-color css

<style>
 a { background-color: #68811A; }

 a { background-color: rgb(104,129,26); }

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

border-color css

<style>
 span { border-color: #68811A; }

 span { border-color: rgb(104,129,26); }

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