Html Css Color HEX #689883 Patina

📋 copy color: '#689883'

red 104 ◦ green 152 ◦ blue 131

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

Shades of Patina #689883

Tints of Patina #689883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

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

R = 26.87%
G = 39.28%
B = 33.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#689883 (or 0x689883) is known color: Patina. HEX triplet: 68, 98 and 83. RGB value is (104,152,131). Sum of RGB (Red+Green+Blue) = 104+152+131=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #689883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689883 is #97677C. Grayscale: #878787. Windows color (decimal): -9922429 or 8624232. OLE color: 8624232.

HSL color Cylindrical-coordinate representation of color #689883: hue angle of 153.75º 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 #689883 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 131 -
CMYK 0.32 0 0.14 0.40
HSL 153.75º 0.19% 0.5% -
HSV(B) 153.75º 0.32% 0.6% -
XYZ 21.03 27.04 25.58 -
YUV 135.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 104 152 131 0.32 0 0.14 0.40 153.75 0.19 0.5
Hex 68 98 83 20 0 E 28 9A 13 32
Octal 150 230 203 40 0 16 50 232 23 62
Binary 1101000 10011000 10000011 100000 0 1110 101000 10011010 10011 110010

Color Harmonies of #689883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689883

Black with #689883

Text Example


Text Example

White with #689883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689883; }

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

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

background-color css

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

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

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

border-color css

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

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

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