Html Css Color HEX #68811E Olive Drab

📋 copy color: '#68811E'

red 104 ◦ green 129 ◦ blue 30

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

Shades of Olive Drab #68811E

Tints of Olive Drab #68811E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 39.54%
G = 49.05%
B = 11.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#68811E (or 0x68811E) is known color: Olive Drab. HEX triplet: 68, 81 and 1E. RGB value is (104,129,30). Sum of RGB (Red+Green+Blue) = 104+129+30=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #68811E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68811E is #977EE1. Grayscale: #6E6E6E. Windows color (decimal): -9928418 or 1999208. OLE color: 1999208.

HSL color Cylindrical-coordinate representation of color #68811E: hue angle of 75.15º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68811E is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 129 30 -
CMYK 0.19 0 0.77 0.49
HSL 75.15º 0.62% 0.31% -
HSV(B) 75.15º 0.77% 0.51% -
XYZ 13.79 18.74 4.12 -
YUV 110.24 82.72 123.55 -
System Red Green Blue C M Y K H S L
Decimal 104 129 30 0.19 0 0.77 0.49 75.15 0.62 0.31
Hex 68 81 1E 13 0 4D 31 4B 3E 1F
Octal 150 201 36 23 0 115 61 113 76 37
Binary 1101000 10000001 11110 10011 0 1001101 110001 1001011 111110 11111

Color Harmonies of #68811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68811E

Black with #68811E

Text Example


Text Example

White with #68811E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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