Html Css Color HEX #688B2D Olive Drab

📋 copy color: '#688B2D'

red 104 ◦ green 139 ◦ blue 45

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

Shades of Olive Drab #688B2D

Tints of Olive Drab #688B2D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.26%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 36.11%
G = 48.26%
B = 15.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#688B2D (or 0x688B2D) is known color: Olive Drab. HEX triplet: 68, 8B and 2D. RGB value is (104,139,45). Sum of RGB (Red+Green+Blue) = 104+139+45=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #688B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688B2D is #9774D2. Grayscale: #767676. Windows color (decimal): -9925843 or 2984808. OLE color: 2984808.

HSL color Cylindrical-coordinate representation of color #688B2D: hue angle of 82.34º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #688B2D is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 45 -
CMYK 0.25 0 0.68 0.45
HSL 82.34º 0.51% 0.36% -
HSV(B) 82.34º 0.68% 0.55% -
XYZ 15.42 21.6 5.84 -
YUV 117.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 104 139 45 0.25 0 0.68 0.45 82.34 0.51 0.36
Hex 68 8B 2D 19 0 44 2D 52 33 24
Octal 150 213 55 31 0 104 55 122 63 44
Binary 1101000 10001011 101101 11001 0 1000100 101101 1010010 110011 100100

Color Harmonies of #688B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B2D

Black with #688B2D

Text Example


Text Example

White with #688B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,139,45); }

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

background-color css

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

 a { background-color: rgb(104,139,45); }

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

border-color css

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

 span { border-color: rgb(104,139,45); }

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