Html Css Color HEX #668C81 Patina

📋 copy color: '#668C81'

red 102 ◦ green 140 ◦ blue 129

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

Shades of Patina #668C81

Tints of Patina #668C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.74%

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

R = 27.49%
G = 37.74%
B = 34.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#668C81 (or 0x668C81) is known color: Patina. HEX triplet: 66, 8C and 81. RGB value is (102,140,129). Sum of RGB (Red+Green+Blue) = 102+140+129=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #668C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C81 is #99737E. Grayscale: #7F7F7F. Windows color (decimal): -10056575 or 8490086. OLE color: 8490086.

HSL color Cylindrical-coordinate representation of color #668C81: hue angle of 162.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668C81 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 140 129 -
CMYK 0.27 0 0.08 0.45
HSL 162.63º 0.16% 0.47% -
HSV(B) 162.63º 0.27% 0.55% -
XYZ 18.82 23.17 24.25 -
YUV 127.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 102 140 129 0.27 0 0.08 0.45 162.63 0.16 0.47
Hex 66 8C 81 1B 0 8 2D A3 10 2F
Octal 146 214 201 33 0 10 55 243 20 57
Binary 1100110 10001100 10000001 11011 0 1000 101101 10100011 10000 101111

Color Harmonies of #668C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C81

Black with #668C81

Text Example


Text Example

White with #668C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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