Html Css Color HEX #68871A Olive Drab

📋 copy color: '#68871A'

red 104 ◦ green 135 ◦ blue 26

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

Shades of Olive Drab #68871A

Tints of Olive Drab #68871A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 39.25%
G = 50.94%
B = 9.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#68871A (or 0x68871A) is known color: Olive Drab. HEX triplet: 68, 87 and 1A. RGB value is (104,135,26). Sum of RGB (Red+Green+Blue) = 104+135+26=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #68871A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68871A is #9778E5. Grayscale: #717171. Windows color (decimal): -9926886 or 1738600. OLE color: 1738600.

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

Color convert

RGB 104 135 26 -
CMYK 0.23 0 0.81 0.47
HSL 77.06º 0.68% 0.32% -
HSV(B) 77.06º 0.81% 0.53% -
XYZ 14.56 20.35 4.14 -
YUV 113.31 78.73 121.36 -
System Red Green Blue C M Y K H S L
Decimal 104 135 26 0.23 0 0.81 0.47 77.06 0.68 0.32
Hex 68 87 1A 17 0 51 2F 4D 44 20
Octal 150 207 32 27 0 121 57 115 104 40
Binary 1101000 10000111 11010 10111 0 1010001 101111 1001101 1000100 100000

Color Harmonies of #68871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68871A

Black with #68871A

Text Example


Text Example

White with #68871A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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