Html Css Color HEX #68831D Olive Drab

📋 copy color: '#68831D'

red 104 ◦ green 131 ◦ blue 29

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

Shades of Olive Drab #68831D

Tints of Olive Drab #68831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

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

R = 39.39%
G = 49.62%
B = 10.98%

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

#68831D (or 0x68831D) is known color: Olive Drab. HEX triplet: 68, 83 and 1D. RGB value is (104,131,29). Sum of RGB (Red+Green+Blue) = 104+131+29=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #68831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68831D is #977CE2. Grayscale: #6F6F6F. Windows color (decimal): -9927907 or 1934184. OLE color: 1934184.

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

Color convert

RGB 104 131 29 -
CMYK 0.21 0 0.78 0.49
HSL 75.88º 0.64% 0.31% -
HSV(B) 75.88º 0.78% 0.51% -
XYZ 14.05 19.26 4.14 -
YUV 111.3 81.55 122.79 -
System Red Green Blue C M Y K H S L
Decimal 104 131 29 0.21 0 0.78 0.49 75.88 0.64 0.31
Hex 68 83 1D 15 0 4E 31 4C 40 1F
Octal 150 203 35 25 0 116 61 114 100 37
Binary 1101000 10000011 11101 10101 0 1001110 110001 1001100 1000000 11111

Color Harmonies of #68831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68831D

Black with #68831D

Text Example


Text Example

White with #68831D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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