Html Css Color HEX #68881F Olive Drab

📋 copy color: '#68881F'

red 104 ◦ green 136 ◦ blue 31

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

Shades of Olive Drab #68881F

Tints of Olive Drab #68881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.18%

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

R = 38.38%
G = 50.18%
B = 11.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#68881F (or 0x68881F) is known color: Olive Drab. HEX triplet: 68, 88 and 1F. RGB value is (104,136,31). Sum of RGB (Red+Green+Blue) = 104+136+31=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #68881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68881F is #9777E0. Grayscale: #727272. Windows color (decimal): -9926625 or 2066536. OLE color: 2066536.

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

Color convert

RGB 104 136 31 -
CMYK 0.24 0 0.77 0.47
HSL 78.29º 0.63% 0.33% -
HSV(B) 78.29º 0.77% 0.53% -
XYZ 14.76 20.65 4.5 -
YUV 114.46 80.9 120.54 -
System Red Green Blue C M Y K H S L
Decimal 104 136 31 0.24 0 0.77 0.47 78.29 0.63 0.33
Hex 68 88 1F 18 0 4D 2F 4E 3F 21
Octal 150 210 37 30 0 115 57 116 77 41
Binary 1101000 10001000 11111 11000 0 1001101 101111 1001110 111111 100001

Color Harmonies of #68881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68881F

Black with #68881F

Text Example


Text Example

White with #68881F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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