Html Css Color HEX #688F2C Olive Drab

📋 copy color: '#688F2C'

red 104 ◦ green 143 ◦ blue 44

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

Shades of Olive Drab #688F2C

Tints of Olive Drab #688F2C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 49.14%

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 35.74%
G = 49.14%
B = 15.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#688F2C (or 0x688F2C) is known color: Olive Drab. HEX triplet: 68, 8F and 2C. RGB value is (104,143,44). Sum of RGB (Red+Green+Blue) = 104+143+44=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #688F2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688F2C is #9770D3. Grayscale: #787878. Windows color (decimal): -9924820 or 2920296. OLE color: 2920296.

HSL color Cylindrical-coordinate representation of color #688F2C: hue angle of 83.64º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #688F2C is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 143 44 -
CMYK 0.27 0 0.69 0.44
HSL 83.64º 0.53% 0.37% -
HSV(B) 83.64º 0.69% 0.56% -
XYZ 15.99 22.77 5.94 -
YUV 120.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 104 143 44 0.27 0 0.69 0.44 83.64 0.53 0.37
Hex 68 8F 2C 1B 0 45 2C 54 35 25
Octal 150 217 54 33 0 105 54 124 65 45
Binary 1101000 10001111 101100 11011 0 1000101 101100 1010100 110101 100101

Color Harmonies of #688F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688F2C

Black with #688F2C

Text Example


Text Example

White with #688F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,143,44); }

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

background-color css

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

 a { background-color: rgb(104,143,44); }

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

border-color css

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

 span { border-color: rgb(104,143,44); }

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