Html Css Color HEX #68871E Olive Drab

📋 copy color: '#68871E'

red 104 ◦ green 135 ◦ blue 30

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

Shades of Olive Drab #68871E

Tints of Olive Drab #68871E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.15%

R = 38.66%
G = 50.19%
B = 11.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#68871E (or 0x68871E) is known color: Olive Drab. HEX triplet: 68, 87 and 1E. RGB value is (104,135,30). Sum of RGB (Red+Green+Blue) = 104+135+30=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #68871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68871E is #9778E1. Grayscale: #727272. Windows color (decimal): -9926882 or 2000744. OLE color: 2000744.

HSL color Cylindrical-coordinate representation of color #68871E: hue angle of 77.71º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68871E is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 30 -
CMYK 0.23 0 0.78 0.47
HSL 77.71º 0.64% 0.32% -
HSV(B) 77.71º 0.78% 0.53% -
XYZ 14.61 20.36 4.39 -
YUV 113.76 80.73 121.04 -
System Red Green Blue C M Y K H S L
Decimal 104 135 30 0.23 0 0.78 0.47 77.71 0.64 0.32
Hex 68 87 1E 17 0 4E 2F 4E 40 20
Octal 150 207 36 27 0 116 57 116 100 40
Binary 1101000 10000111 11110 10111 0 1001110 101111 1001110 1000000 100000

Color Harmonies of #68871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68871E

Black with #68871E

Text Example


Text Example

White with #68871E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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