Html Css Color HEX #688634 Olive Drab

📋 copy color: '#688634'

red 104 ◦ green 134 ◦ blue 52

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

Shades of Olive Drab #688634

Tints of Olive Drab #688634

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.21%

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 35.86%
G = 46.21%
B = 17.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#688634 (or 0x688634) is known color: Olive Drab. HEX triplet: 68, 86 and 34. RGB value is (104,134,52). Sum of RGB (Red+Green+Blue) = 104+134+52=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #688634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688634 is #9779CB. Grayscale: #737373. Windows color (decimal): -9927116 or 3442280. OLE color: 3442280.

HSL color Cylindrical-coordinate representation of color #688634: hue angle of 81.95º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #688634 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 52 -
CMYK 0.22 0 0.61 0.47
HSL 81.95º 0.44% 0.36% -
HSV(B) 81.95º 0.61% 0.53% -
XYZ 14.85 20.24 6.37 -
YUV 115.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 104 134 52 0.22 0 0.61 0.47 81.95 0.44 0.36
Hex 68 86 34 16 0 3D 2F 52 2C 24
Octal 150 206 64 26 0 75 57 122 54 44
Binary 1101000 10000110 110100 10110 0 111101 101111 1010010 101100 100100

Color Harmonies of #688634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688634

Black with #688634

Text Example


Text Example

White with #688634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688634; }

 p { color: rgb(104,134,52); }

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

background-color css

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

 a { background-color: rgb(104,134,52); }

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

border-color css

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

 span { border-color: rgb(104,134,52); }

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