Html Css Color HEX #669387 Patina

📋 copy color: '#669387'

red 102 ◦ green 147 ◦ blue 135

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

Shades of Patina #669387

Tints of Patina #669387

RGB

 RED value IS 102 (40.23% from 255) = 26.56%

 GREEN value IS 147 (57.81% from 255) = 38.28%

 BLUE value IS 135 (53.13% from 255) = 35.16%

R = 26.56%
G = 38.28%
B = 35.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#669387 (or 0x669387) is known color: Patina. HEX triplet: 66, 93 and 87. RGB value is (102,147,135). Sum of RGB (Red+Green+Blue) = 102+147+135=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #669387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669387 is #996C78. Grayscale: #848484. Windows color (decimal): -10054777 or 8885094. OLE color: 8885094.

HSL color Cylindrical-coordinate representation of color #669387: hue angle of 164º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669387 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 135 -
CMYK 0.31 0 0.08 0.42
HSL 164º 0.18% 0.49% -
HSV(B) 164º 0.31% 0.58% -
XYZ 20.29 25.44 26.76 -
YUV 132.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 102 147 135 0.31 0 0.08 0.42 164 0.18 0.49
Hex 66 93 87 1F 0 8 2A A4 12 31
Octal 146 223 207 37 0 10 52 244 22 61
Binary 1100110 10010011 10000111 11111 0 1000 101010 10100100 10010 110001

Color Harmonies of #669387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669387

Black with #669387

Text Example


Text Example

White with #669387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669387; }

 p { color: rgb(102,147,135); }

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

background-color css

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

 a { background-color: rgb(102,147,135); }

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

border-color css

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

 span { border-color: rgb(102,147,135); }

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