Html Css Color HEX #68861C Olive Drab

📋 copy color: '#68861C'

red 104 ◦ green 134 ◦ blue 28

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

Shades of Olive Drab #68861C

Tints of Olive Drab #68861C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 39.1%
G = 50.38%
B = 10.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#68861C (or 0x68861C) is known color: Olive Drab. HEX triplet: 68, 86 and 1C. RGB value is (104,134,28). Sum of RGB (Red+Green+Blue) = 104+134+28=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #68861C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68861C is #9779E3. Grayscale: #717171. Windows color (decimal): -9927140 or 1869416. OLE color: 1869416.

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

Color convert

RGB 104 134 28 -
CMYK 0.22 0 0.79 0.47
HSL 76.98º 0.65% 0.32% -
HSV(B) 76.98º 0.79% 0.53% -
XYZ 14.44 20.08 4.21 -
YUV 112.95 80.06 121.62 -
System Red Green Blue C M Y K H S L
Decimal 104 134 28 0.22 0 0.79 0.47 76.98 0.65 0.32
Hex 68 86 1C 16 0 4F 2F 4D 41 20
Octal 150 206 34 26 0 117 57 115 101 40
Binary 1101000 10000110 11100 10110 0 1001111 101111 1001101 1000001 100000

Color Harmonies of #68861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68861C

Black with #68861C

Text Example


Text Example

White with #68861C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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