Html Css Color HEX #68861F Olive Drab

📋 copy color: '#68861F'

red 104 ◦ green 134 ◦ blue 31

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

Shades of Olive Drab #68861F

Tints of Olive Drab #68861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.81%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 38.66%
G = 49.81%
B = 11.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#68861F (or 0x68861F) is known color: Olive Drab. HEX triplet: 68, 86 and 1F. RGB value is (104,134,31). Sum of RGB (Red+Green+Blue) = 104+134+31=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #68861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68861F is #9779E0. Grayscale: #717171. Windows color (decimal): -9927137 or 2066024. OLE color: 2066024.

HSL color Cylindrical-coordinate representation of color #68861F: hue angle of 77.48º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68861F is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 31 -
CMYK 0.22 0 0.77 0.47
HSL 77.48º 0.62% 0.32% -
HSV(B) 77.48º 0.77% 0.53% -
XYZ 14.48 20.09 4.41 -
YUV 113.29 81.56 121.38 -
System Red Green Blue C M Y K H S L
Decimal 104 134 31 0.22 0 0.77 0.47 77.48 0.62 0.32
Hex 68 86 1F 16 0 4D 2F 4D 3E 20
Octal 150 206 37 26 0 115 57 115 76 40
Binary 1101000 10000110 11111 10110 0 1001101 101111 1001101 111110 100000

Color Harmonies of #68861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68861F

Black with #68861F

Text Example


Text Example

White with #68861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,134,31); }

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

background-color css

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

 a { background-color: rgb(104,134,31); }

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

border-color css

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

 span { border-color: rgb(104,134,31); }

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