#669B7F

Color #669B7F Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #669B7F

Tints of Patina #669B7F

Color information

#669B7F (or 0x669B7F) is unknown color: approx Patina. HEX triplet: 66, 9B and 7F. RGB value is (102,155,127). Sum of RGB (Red+Green+Blue) = 102+155+127=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #669B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B7F is #996480. Grayscale: #888888. Windows color (decimal): -10052737 or 8362854. OLE color: 8362854.

HSL color Cylindrical-coordinate representation of color #669B7F: hue angle of 148.3º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B7F is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB102155127-
CMYK0.3400.180.39
HSL148.3º20.95%50.39%-
HSV(B)148.3º34.19%60.78%-
XYZ21.0327.824.34-
YUV135.96122.94103.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 127 (50% from 255) = 33.07%
R=26.56%
G=40.36%
B=33.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021551270.3400.180.39148.320.9550.39
Hex669B7F2201227941532
Octal14623317742022472242562
Binary11001101001101111111111000100100101001111001010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,155,127); }

 H1.HeaderClassName
 {
   color: #669B7F;
 }
 .AnyTagClassName
 {
   color: #669B7F;
 }
</style>
background-color css

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

 a { background-color: rgb(102,155,127); }

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

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

 span { border-color: rgb(102,155,127); }

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