Html Css Color HEX #689081 Patina

📋 copy color: '#689081'

red 104 ◦ green 144 ◦ blue 129

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

Shades of Patina #689081

Tints of Patina #689081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

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

R = 27.59%
G = 38.2%
B = 34.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#689081 (or 0x689081) is known color: Patina. HEX triplet: 68, 90 and 81. RGB value is (104,144,129). Sum of RGB (Red+Green+Blue) = 104+144+129=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #689081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689081 is #976F7E. Grayscale: #828282. Windows color (decimal): -9924479 or 8491112. OLE color: 8491112.

HSL color Cylindrical-coordinate representation of color #689081: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689081 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 129 -
CMYK 0.28 0 0.10 0.44
HSL 157.5º 0.16% 0.49% -
HSV(B) 157.5º 0.28% 0.56% -
XYZ 19.64 24.47 24.46 -
YUV 130.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 104 144 129 0.28 0 0.10 0.44 157.5 0.16 0.49
Hex 68 90 81 1C 0 A 2C 9E 10 31
Octal 150 220 201 34 0 12 54 236 20 61
Binary 1101000 10010000 10000001 11100 0 1010 101100 10011110 10000 110001

Color Harmonies of #689081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689081

Black with #689081

Text Example


Text Example

White with #689081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689081; }

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

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

background-color css

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

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

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

border-color css

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

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

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