Html Css Color HEX #688231 Olive Drab

📋 copy color: '#688231'

red 104 ◦ green 130 ◦ blue 49

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

Shades of Olive Drab #688231

Tints of Olive Drab #688231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 36.75%
G = 45.94%
B = 17.31%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#688231 (or 0x688231) is known color: Olive Drab. HEX triplet: 68, 82 and 31. RGB value is (104,130,49). Sum of RGB (Red+Green+Blue) = 104+130+49=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #688231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688231 is #977DCE. Grayscale: #717171. Windows color (decimal): -9928143 or 3244648. OLE color: 3244648.

HSL color Cylindrical-coordinate representation of color #688231: hue angle of 79.26º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #688231 is Cyan = 0.2, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 49 -
CMYK 0.2 0 0.62 0.49
HSL 79.26º 0.45% 0.35% -
HSV(B) 79.26º 0.62% 0.51% -
XYZ 14.25 19.13 5.85 -
YUV 112.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 104 130 49 0.2 0 0.62 0.49 79.26 0.45 0.35
Hex 68 82 31 14 0 3E 31 4F 2D 23
Octal 150 202 61 24 0 76 61 117 55 43
Binary 1101000 10000010 110001 10100 0 111110 110001 1001111 101101 100011

Color Harmonies of #688231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688231

Black with #688231

Text Example


Text Example

White with #688231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688231; }

 p { color: rgb(104,130,49); }

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

background-color css

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

 a { background-color: rgb(104,130,49); }

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

border-color css

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

 span { border-color: rgb(104,130,49); }

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