Html Css Color HEX #68802F Olive Drab

📋 copy color: '#68802F'

red 104 ◦ green 128 ◦ blue 47

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

Shades of Olive Drab #68802F

Tints of Olive Drab #68802F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.88%

 BLUE value IS 47 (18.75% from 255) = 16.85%

R = 37.28%
G = 45.88%
B = 16.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#68802F (or 0x68802F) is known color: Olive Drab. HEX triplet: 68, 80 and 2F. RGB value is (104,128,47). Sum of RGB (Red+Green+Blue) = 104+128+47=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #68802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68802F is #977FD0. Grayscale: #6F6F6F. Windows color (decimal): -9928657 or 3113064. OLE color: 3113064.

HSL color Cylindrical-coordinate representation of color #68802F: hue angle of 77.78º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68802F is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 47 -
CMYK 0.19 0 0.63 0.50
HSL 77.78º 0.46% 0.34% -
HSV(B) 77.78º 0.63% 0.5% -
XYZ 13.94 18.59 5.54 -
YUV 111.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 104 128 47 0.19 0 0.63 0.50 77.78 0.46 0.34
Hex 68 80 2F 13 0 3F 32 4E 2E 22
Octal 150 200 57 23 0 77 62 116 56 42
Binary 1101000 10000000 101111 10011 0 111111 110010 1001110 101110 100010

Color Harmonies of #68802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68802F

Black with #68802F

Text Example


Text Example

White with #68802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68802F; }

 p { color: rgb(104,128,47); }

 H1.HeaderClassName
 {
   color: #68802F;
 }
 .AnyTagClassName
 {
   color: #68802F;
 }
</style>

background-color css

<style>
 a { background-color: #68802F; }

 a { background-color: rgb(104,128,47); }

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

border-color css

<style>
 span { border-color: #68802F; }

 span { border-color: rgb(104,128,47); }

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