Html Css Color HEX #669987 Patina

📋 copy color: '#669987'

red 102 ◦ green 153 ◦ blue 135

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

Shades of Patina #669987

Tints of Patina #669987

RGB

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

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

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

R = 26.15%
G = 39.23%
B = 34.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#669987 (or 0x669987) is known color: Patina. HEX triplet: 66, 99 and 87. RGB value is (102,153,135). Sum of RGB (Red+Green+Blue) = 102+153+135=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #669987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669987 is #996678. Grayscale: #878787. Windows color (decimal): -10053241 or 8886630. OLE color: 8886630.

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

Color convert

RGB 102 153 135 -
CMYK 0.33 0 0.12 0.4
HSL 158.82º 0.2% 0.5% -
HSV(B) 158.82º 0.33% 0.6% -
XYZ 21.24 27.36 27.08 -
YUV 135.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 102 153 135 0.33 0 0.12 0.4 158.82 0.2 0.5
Hex 66 99 87 21 0 C 28 9F 14 32
Octal 146 231 207 41 0 14 50 237 24 62
Binary 1100110 10011001 10000111 100001 0 1100 101000 10011111 10100 110010

Color Harmonies of #669987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669987

Black with #669987

Text Example


Text Example

White with #669987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669987; }

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

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

background-color css

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

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

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

border-color css

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

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

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