Html Css Color HEX #688534 Olive Drab

📋 copy color: '#688534'

red 104 ◦ green 133 ◦ blue 52

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

Shades of Olive Drab #688534

Tints of Olive Drab #688534

RGB

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

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

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

R = 35.99%
G = 46.02%
B = 17.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#688534 (or 0x688534) is known color: Olive Drab. HEX triplet: 68, 85 and 34. RGB value is (104,133,52). Sum of RGB (Red+Green+Blue) = 104+133+52=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #688534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688534 is #977ACB. Grayscale: #737373. Windows color (decimal): -9927372 or 3442024. OLE color: 3442024.

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

Color convert

RGB 104 133 52 -
CMYK 0.22 0 0.61 0.48
HSL 81.48º 0.44% 0.36% -
HSV(B) 81.48º 0.61% 0.52% -
XYZ 14.72 19.97 6.33 -
YUV 115.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 104 133 52 0.22 0 0.61 0.48 81.48 0.44 0.36
Hex 68 85 34 16 0 3D 30 51 2C 24
Octal 150 205 64 26 0 75 60 121 54 44
Binary 1101000 10000101 110100 10110 0 111101 110000 1010001 101100 100100

Color Harmonies of #688534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688534

Black with #688534

Text Example


Text Example

White with #688534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688534; }

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

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

background-color css

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

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

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

border-color css

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

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

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