Html Css Color HEX #68871F Olive Drab

📋 copy color: '#68871F'

red 104 ◦ green 135 ◦ blue 31

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

Shades of Olive Drab #68871F

Tints of Olive Drab #68871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50%

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

R = 38.52%
G = 50%
B = 11.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#68871F (or 0x68871F) is known color: Olive Drab. HEX triplet: 68, 87 and 1F. RGB value is (104,135,31). Sum of RGB (Red+Green+Blue) = 104+135+31=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #68871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68871F is #9778E0. Grayscale: #727272. Windows color (decimal): -9926881 or 2066280. OLE color: 2066280.

HSL color Cylindrical-coordinate representation of color #68871F: hue angle of 77.88º 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 #68871F is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 31 -
CMYK 0.23 0 0.77 0.47
HSL 77.88º 0.63% 0.33% -
HSV(B) 77.88º 0.77% 0.53% -
XYZ 14.62 20.37 4.46 -
YUV 113.88 81.23 120.96 -
System Red Green Blue C M Y K H S L
Decimal 104 135 31 0.23 0 0.77 0.47 77.88 0.63 0.33
Hex 68 87 1F 17 0 4D 2F 4E 3F 21
Octal 150 207 37 27 0 115 57 116 77 41
Binary 1101000 10000111 11111 10111 0 1001101 101111 1001110 111111 100001

Color Harmonies of #68871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68871F

Black with #68871F

Text Example


Text Example

White with #68871F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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