Html Css Color HEX #669C81 Patina

📋 copy color: '#669C81'

red 102 ◦ green 156 ◦ blue 129

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

Shades of Patina #669C81

Tints of Patina #669C81

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.31%

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

R = 26.36%
G = 40.31%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#669C81 (or 0x669C81) is known color: Patina. HEX triplet: 66, 9C and 81. RGB value is (102,156,129). Sum of RGB (Red+Green+Blue) = 102+156+129=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #669C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C81 is #99637E. Grayscale: #888888. Windows color (decimal): -10052479 or 8494182. OLE color: 8494182.

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

Color convert

RGB 102 156 129 -
CMYK 0.35 0 0.17 0.39
HSL 150º 0.21% 0.51% -
HSV(B) 150º 0.35% 0.61% -
XYZ 21.33 28.19 25.09 -
YUV 136.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 102 156 129 0.35 0 0.17 0.39 150 0.21 0.51
Hex 66 9C 81 23 0 11 27 96 15 33
Octal 146 234 201 43 0 21 47 226 25 63
Binary 1100110 10011100 10000001 100011 0 10001 100111 10010110 10101 110011

Color Harmonies of #669C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C81

Black with #669C81

Text Example


Text Example

White with #669C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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