Html Css Color HEX #689281 Patina

📋 copy color: '#689281'

red 104 ◦ green 146 ◦ blue 129

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

Shades of Patina #689281

Tints of Patina #689281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 27.44%
G = 38.52%
B = 34.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#689281 (or 0x689281) is known color: Patina. HEX triplet: 68, 92 and 81. RGB value is (104,146,129). Sum of RGB (Red+Green+Blue) = 104+146+129=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #689281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689281 is #976D7E. Grayscale: #838383. Windows color (decimal): -9923967 or 8491624. OLE color: 8491624.

HSL color Cylindrical-coordinate representation of color #689281: hue angle of 155.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689281 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 146 129 -
CMYK 0.29 0 0.12 0.43
HSL 155.71º 0.17% 0.49% -
HSV(B) 155.71º 0.29% 0.57% -
XYZ 19.95 25.09 24.56 -
YUV 131.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 104 146 129 0.29 0 0.12 0.43 155.71 0.17 0.49
Hex 68 92 81 1D 0 C 2B 9C 11 31
Octal 150 222 201 35 0 14 53 234 21 61
Binary 1101000 10010010 10000001 11101 0 1100 101011 10011100 10001 110001

Color Harmonies of #689281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689281

Black with #689281

Text Example


Text Example

White with #689281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689281; }

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

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

background-color css

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

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

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

border-color css

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

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

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