Html Css Color HEX #688529 Olive Drab

📋 copy color: '#688529'

red 104 ◦ green 133 ◦ blue 41

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

Shades of Olive Drab #688529

Tints of Olive Drab #688529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 37.41%
G = 47.84%
B = 14.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#688529 (or 0x688529) is known color: Olive Drab. HEX triplet: 68, 85 and 29. RGB value is (104,133,41). Sum of RGB (Red+Green+Blue) = 104+133+41=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #688529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688529 is #977AD6. Grayscale: #727272. Windows color (decimal): -9927383 or 2721128. OLE color: 2721128.

HSL color Cylindrical-coordinate representation of color #688529: hue angle of 78.91º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #688529 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 41 -
CMYK 0.22 0 0.69 0.48
HSL 78.91º 0.53% 0.34% -
HSV(B) 78.91º 0.69% 0.52% -
XYZ 14.5 19.88 5.17 -
YUV 113.84 86.89 120.98 -
System Red Green Blue C M Y K H S L
Decimal 104 133 41 0.22 0 0.69 0.48 78.91 0.53 0.34
Hex 68 85 29 16 0 45 30 4F 35 22
Octal 150 205 51 26 0 105 60 117 65 42
Binary 1101000 10000101 101001 10110 0 1000101 110000 1001111 110101 100010

Color Harmonies of #688529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688529

Black with #688529

Text Example


Text Example

White with #688529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688529; }

 p { color: rgb(104,133,41); }

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

background-color css

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

 a { background-color: rgb(104,133,41); }

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

border-color css

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

 span { border-color: rgb(104,133,41); }

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