Html Css Color HEX #669381 Patina

📋 copy color: '#669381'

red 102 ◦ green 147 ◦ blue 129

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

Shades of Patina #669381

Tints of Patina #669381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

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

R = 26.98%
G = 38.89%
B = 34.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#669381 (or 0x669381) is known color: Patina. HEX triplet: 66, 93 and 81. RGB value is (102,147,129). Sum of RGB (Red+Green+Blue) = 102+147+129=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #669381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669381 is #996C7E. Grayscale: #838383. Windows color (decimal): -10054783 or 8491878. OLE color: 8491878.

HSL color Cylindrical-coordinate representation of color #669381: hue angle of 156º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669381 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 129 -
CMYK 0.31 0 0.12 0.42
HSL 156º 0.18% 0.49% -
HSV(B) 156º 0.31% 0.58% -
XYZ 19.88 25.28 24.6 -
YUV 131.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 102 147 129 0.31 0 0.12 0.42 156 0.18 0.49
Hex 66 93 81 1F 0 C 2A 9C 12 31
Octal 146 223 201 37 0 14 52 234 22 61
Binary 1100110 10010011 10000001 11111 0 1100 101010 10011100 10010 110001

Color Harmonies of #669381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669381

Black with #669381

Text Example


Text Example

White with #669381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669381; }

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

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

background-color css

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

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

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

border-color css

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

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

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