Html Css Color HEX #669E8D Patina

📋 copy color: '#669E8D'

red 102 ◦ green 158 ◦ blue 141

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

Shades of Patina #669E8D

Tints of Patina #669E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 25.44%
G = 39.4%
B = 35.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#669E8D (or 0x669E8D) is known color: Patina. HEX triplet: 66, 9E and 8D. RGB value is (102,158,141). Sum of RGB (Red+Green+Blue) = 102+158+141=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #669E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E8D is #996172. Grayscale: #8B8B8B. Windows color (decimal): -10051955 or 9281126. OLE color: 9281126.

HSL color Cylindrical-coordinate representation of color #669E8D: hue angle of 161.79º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669E8D is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 158 141 -
CMYK 0.35 0 0.11 0.38
HSL 161.79º 0.22% 0.51% -
HSV(B) 161.79º 0.35% 0.62% -
XYZ 22.51 29.2 29.65 -
YUV 139.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 102 158 141 0.35 0 0.11 0.38 161.79 0.22 0.51
Hex 66 9E 8D 23 0 B 26 A2 16 33
Octal 146 236 215 43 0 13 46 242 26 63
Binary 1100110 10011110 10001101 100011 0 1011 100110 10100010 10110 110011

Color Harmonies of #669E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669E8D

Black with #669E8D

Text Example


Text Example

White with #669E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669E8D; }

 p { color: rgb(102,158,141); }

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

background-color css

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

 a { background-color: rgb(102,158,141); }

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

border-color css

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

 span { border-color: rgb(102,158,141); }

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