Html Css Color HEX #669F85 Patina

📋 copy color: '#669F85'

red 102 ◦ green 159 ◦ blue 133

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

Shades of Patina #669F85

Tints of Patina #669F85

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.36%

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 25.89%
G = 40.36%
B = 33.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#669F85 (or 0x669F85) is known color: Patina. HEX triplet: 66, 9F and 85. RGB value is (102,159,133). Sum of RGB (Red+Green+Blue) = 102+159+133=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #669F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669F85 is #99607A. Grayscale: #8B8B8B. Windows color (decimal): -10051707 or 8757094. OLE color: 8757094.

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

Color convert

RGB 102 159 133 -
CMYK 0.36 0 0.16 0.38
HSL 152.63º 0.23% 0.51% -
HSV(B) 152.63º 0.36% 0.62% -
XYZ 22.11 29.31 26.68 -
YUV 138.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 102 159 133 0.36 0 0.16 0.38 152.63 0.23 0.51
Hex 66 9F 85 24 0 10 26 99 17 33
Octal 146 237 205 44 0 20 46 231 27 63
Binary 1100110 10011111 10000101 100100 0 10000 100110 10011001 10111 110011

Color Harmonies of #669F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F85

Black with #669F85

Text Example


Text Example

White with #669F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,159,133); }

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

background-color css

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

 a { background-color: rgb(102,159,133); }

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

border-color css

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

 span { border-color: rgb(102,159,133); }

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