Html Css Color HEX #679889 Patina

📋 copy color: '#679889'

red 103 ◦ green 152 ◦ blue 137

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

Shades of Patina #679889

Tints of Patina #679889

RGB

 RED value IS 103 (40.63% from 255) = 26.28%

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

 BLUE value IS 137 (53.91% from 255) = 34.95%

R = 26.28%
G = 38.78%
B = 34.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#679889 (or 0x679889) is known color: Patina. HEX triplet: 67, 98 and 89. RGB value is (103,152,137). Sum of RGB (Red+Green+Blue) = 103+152+137=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #679889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679889 is #986776. Grayscale: #878787. Windows color (decimal): -9987959 or 9017447. OLE color: 9017447.

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

Color convert

RGB 103 152 137 -
CMYK 0.32 0 0.10 0.40
HSL 161.63º 0.19% 0.5% -
HSV(B) 161.63º 0.32% 0.6% -
XYZ 21.34 27.15 27.78 -
YUV 135.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 103 152 137 0.32 0 0.10 0.40 161.63 0.19 0.5
Hex 67 98 89 20 0 A 28 A2 13 32
Octal 147 230 211 40 0 12 50 242 23 62
Binary 1100111 10011000 10001001 100000 0 1010 101000 10100010 10011 110010

Color Harmonies of #679889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679889

Black with #679889

Text Example


Text Example

White with #679889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679889; }

 p { color: rgb(103,152,137); }

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

background-color css

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

 a { background-color: rgb(103,152,137); }

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

border-color css

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

 span { border-color: rgb(103,152,137); }

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