Html Css Color HEX #688F1B Olive Drab

📋 copy color: '#688F1B'

red 104 ◦ green 143 ◦ blue 27

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

Shades of Olive Drab #688F1B

Tints of Olive Drab #688F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 37.96%
G = 52.19%
B = 9.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#688F1B (or 0x688F1B) is known color: Olive Drab. HEX triplet: 68, 8F and 1B. RGB value is (104,143,27). Sum of RGB (Red+Green+Blue) = 104+143+27=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #688F1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688F1B is #9770E4. Grayscale: #767676. Windows color (decimal): -9924837 or 1806184. OLE color: 1806184.

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

Color convert

RGB 104 143 27 -
CMYK 0.27 0 0.81 0.44
HSL 80.17º 0.68% 0.33% -
HSV(B) 80.17º 0.81% 0.56% -
XYZ 15.73 22.67 4.58 -
YUV 118.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 104 143 27 0.27 0 0.81 0.44 80.17 0.68 0.33
Hex 68 8F 1B 1B 0 51 2C 50 44 21
Octal 150 217 33 33 0 121 54 120 104 41
Binary 1101000 10001111 11011 11011 0 1010001 101100 1010000 1000100 100001

Color Harmonies of #688F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688F1B

Black with #688F1B

Text Example


Text Example

White with #688F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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