Html Css Color HEX #688D1C Olive Drab

📋 copy color: '#688D1C'

red 104 ◦ green 141 ◦ blue 28

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

Shades of Olive Drab #688D1C

Tints of Olive Drab #688D1C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.65%

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

R = 38.1%
G = 51.65%
B = 10.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#688D1C (or 0x688D1C) is known color: Olive Drab. HEX triplet: 68, 8D and 1C. RGB value is (104,141,28). Sum of RGB (Red+Green+Blue) = 104+141+28=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #688D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D1C is #9772E3. Grayscale: #757575. Windows color (decimal): -9925348 or 1871208. OLE color: 1871208.

HSL color Cylindrical-coordinate representation of color #688D1C: hue angle of 79.65º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #688D1C is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 141 28 -
CMYK 0.26 0 0.80 0.45
HSL 79.65º 0.67% 0.33% -
HSV(B) 79.65º 0.8% 0.55% -
XYZ 15.44 22.08 4.55 -
YUV 117.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 104 141 28 0.26 0 0.80 0.45 79.65 0.67 0.33
Hex 68 8D 1C 1A 0 50 2D 50 43 21
Octal 150 215 34 32 0 120 55 120 103 41
Binary 1101000 10001101 11100 11010 0 1010000 101101 1010000 1000011 100001

Color Harmonies of #688D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688D1C

Black with #688D1C

Text Example


Text Example

White with #688D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688D1C; }

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

 H1.HeaderClassName
 {
   color: #688D1C;
 }
 .AnyTagClassName
 {
   color: #688D1C;
 }
</style>

background-color css

<style>
 a { background-color: #688D1C; }

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

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

border-color css

<style>
 span { border-color: #688D1C; }

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

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