Html Css Color HEX #689983 Patina

📋 copy color: '#689983'

red 104 ◦ green 153 ◦ blue 131

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

Shades of Patina #689983

Tints of Patina #689983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.43%

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 26.8%
G = 39.43%
B = 33.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#689983 (or 0x689983) is known color: Patina. HEX triplet: 68, 99 and 83. RGB value is (104,153,131). Sum of RGB (Red+Green+Blue) = 104+153+131=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #689983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689983 is #97667C. Grayscale: #878787. Windows color (decimal): -9922173 or 8624488. OLE color: 8624488.

HSL color Cylindrical-coordinate representation of color #689983: hue angle of 153.06º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689983 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 131 -
CMYK 0.32 0 0.14 0.4
HSL 153.06º 0.19% 0.5% -
HSV(B) 153.06º 0.32% 0.6% -
XYZ 21.2 27.36 25.64 -
YUV 135.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 104 153 131 0.32 0 0.14 0.4 153.06 0.19 0.5
Hex 68 99 83 20 0 E 28 99 13 32
Octal 150 231 203 40 0 16 50 231 23 62
Binary 1101000 10011001 10000011 100000 0 1110 101000 10011001 10011 110010

Color Harmonies of #689983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689983

Black with #689983

Text Example


Text Example

White with #689983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689983; }

 p { color: rgb(104,153,131); }

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

background-color css

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

 a { background-color: rgb(104,153,131); }

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

border-color css

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

 span { border-color: rgb(104,153,131); }

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