Html Css Color HEX #669F81 Patina

📋 copy color: '#669F81'

red 102 ◦ green 159 ◦ blue 129

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

Shades of Patina #669F81

Tints of Patina #669F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 26.15%
G = 40.77%
B = 33.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#669F81 (or 0x669F81) is known color: Patina. HEX triplet: 66, 9F and 81. RGB value is (102,159,129). Sum of RGB (Red+Green+Blue) = 102+159+129=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #669F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669F81 is #99607E. Grayscale: #8A8A8A. Windows color (decimal): -10051711 or 8494950. OLE color: 8494950.

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

Color convert

RGB 102 159 129 -
CMYK 0.36 0 0.19 0.38
HSL 148.42º 0.23% 0.51% -
HSV(B) 148.42º 0.36% 0.62% -
XYZ 21.84 29.21 25.26 -
YUV 138.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 102 159 129 0.36 0 0.19 0.38 148.42 0.23 0.51
Hex 66 9F 81 24 0 13 26 94 17 33
Octal 146 237 201 44 0 23 46 224 27 63
Binary 1100110 10011111 10000001 100100 0 10011 100110 10010100 10111 110011

Color Harmonies of #669F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F81

Black with #669F81

Text Example


Text Example

White with #669F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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