Html Css Color HEX #688132 Olive Drab

📋 copy color: '#688132'

red 104 ◦ green 129 ◦ blue 50

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

Shades of Olive Drab #688132

Tints of Olive Drab #688132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.58%

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 36.75%
G = 45.58%
B = 17.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#688132 (or 0x688132) is known color: Olive Drab. HEX triplet: 68, 81 and 32. RGB value is (104,129,50). Sum of RGB (Red+Green+Blue) = 104+129+50=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #688132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688132 is #977ECD. Grayscale: #707070. Windows color (decimal): -9928398 or 3309928. OLE color: 3309928.

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

Color convert

RGB 104 129 50 -
CMYK 0.19 0 0.61 0.49
HSL 78.99º 0.44% 0.35% -
HSV(B) 78.99º 0.61% 0.51% -
XYZ 14.13 18.87 5.92 -
YUV 112.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 104 129 50 0.19 0 0.61 0.49 78.99 0.44 0.35
Hex 68 81 32 13 0 3D 31 4F 2C 23
Octal 150 201 62 23 0 75 61 117 54 43
Binary 1101000 10000001 110010 10011 0 111101 110001 1001111 101100 100011

Color Harmonies of #688132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688132

Black with #688132

Text Example


Text Example

White with #688132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688132; }

 p { color: rgb(104,129,50); }

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

background-color css

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

 a { background-color: rgb(104,129,50); }

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

border-color css

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

 span { border-color: rgb(104,129,50); }

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