Html Css Color HEX #688F1F Olive Drab

📋 copy color: '#688F1F'

red 104 ◦ green 143 ◦ blue 31

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

Shades of Olive Drab #688F1F

Tints of Olive Drab #688F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.15%

R = 37.41%
G = 51.44%
B = 11.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#688F1F (or 0x688F1F) is known color: Olive Drab. HEX triplet: 68, 8F and 1F. RGB value is (104,143,31). Sum of RGB (Red+Green+Blue) = 104+143+31=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #688F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688F1F is #9770E0. Grayscale: #767676. Windows color (decimal): -9924833 or 2068328. OLE color: 2068328.

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

Color convert

RGB 104 143 31 -
CMYK 0.27 0 0.78 0.44
HSL 80.89º 0.64% 0.34% -
HSV(B) 80.89º 0.78% 0.56% -
XYZ 15.78 22.69 4.84 -
YUV 118.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 104 143 31 0.27 0 0.78 0.44 80.89 0.64 0.34
Hex 68 8F 1F 1B 0 4E 2C 51 40 22
Octal 150 217 37 33 0 116 54 121 100 42
Binary 1101000 10001111 11111 11011 0 1001110 101100 1010001 1000000 100010

Color Harmonies of #688F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688F1F

Black with #688F1F

Text Example


Text Example

White with #688F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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