Html Css Color HEX #669D8F Patina

📋 copy color: '#669D8F'

red 102 ◦ green 157 ◦ blue 143

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

Shades of Patina #669D8F

Tints of Patina #669D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.05%

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 25.37%
G = 39.05%
B = 35.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#669D8F (or 0x669D8F) is known color: Patina. HEX triplet: 66, 9D and 8F. RGB value is (102,157,143). Sum of RGB (Red+Green+Blue) = 102+157+143=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #669D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D8F is #996270. Grayscale: #8A8A8A. Windows color (decimal): -10052209 or 9411942. OLE color: 9411942.

HSL color Cylindrical-coordinate representation of color #669D8F: hue angle of 164.73º 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 #669D8F is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 157 143 -
CMYK 0.35 0 0.09 0.38
HSL 164.73º 0.22% 0.51% -
HSV(B) 164.73º 0.35% 0.62% -
XYZ 22.49 28.92 30.38 -
YUV 138.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 102 157 143 0.35 0 0.09 0.38 164.73 0.22 0.51
Hex 66 9D 8F 23 0 9 26 A5 16 33
Octal 146 235 217 43 0 11 46 245 26 63
Binary 1100110 10011101 10001111 100011 0 1001 100110 10100101 10110 110011

Color Harmonies of #669D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669D8F

Black with #669D8F

Text Example


Text Example

White with #669D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,157,143); }

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

background-color css

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

 a { background-color: rgb(102,157,143); }

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

border-color css

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

 span { border-color: rgb(102,157,143); }

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