Html Css Color HEX #688535 Olive Drab

📋 copy color: '#688535'

red 104 ◦ green 133 ◦ blue 53

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

Shades of Olive Drab #688535

Tints of Olive Drab #688535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 35.86%
G = 45.86%
B = 18.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#688535 (or 0x688535) is known color: Olive Drab. HEX triplet: 68, 85 and 35. RGB value is (104,133,53). Sum of RGB (Red+Green+Blue) = 104+133+53=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #688535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688535 is #977ACA. Grayscale: #737373. Windows color (decimal): -9927371 or 3507560. OLE color: 3507560.

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

Color convert

RGB 104 133 53 -
CMYK 0.22 0 0.60 0.48
HSL 81.75º 0.43% 0.36% -
HSV(B) 81.75º 0.6% 0.52% -
XYZ 14.74 19.98 6.45 -
YUV 115.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 104 133 53 0.22 0 0.60 0.48 81.75 0.43 0.36
Hex 68 85 35 16 0 3C 30 52 2B 24
Octal 150 205 65 26 0 74 60 122 53 44
Binary 1101000 10000101 110101 10110 0 111100 110000 1010010 101011 100100

Color Harmonies of #688535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688535

Black with #688535

Text Example


Text Example

White with #688535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688535; }

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

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

background-color css

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

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

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

border-color css

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

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

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