Html Css Color HEX #669985 Patina

📋 copy color: '#669985'

red 102 ◦ green 153 ◦ blue 133

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

Shades of Patina #669985

Tints of Patina #669985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.43%

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

R = 26.29%
G = 39.43%
B = 34.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#669985 (or 0x669985) is known color: Patina. HEX triplet: 66, 99 and 85. RGB value is (102,153,133). Sum of RGB (Red+Green+Blue) = 102+153+133=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #669985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669985 is #99667A. Grayscale: #878787. Windows color (decimal): -10053243 or 8755558. OLE color: 8755558.

HSL color Cylindrical-coordinate representation of color #669985: hue angle of 156.47º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669985 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 133 -
CMYK 0.33 0 0.13 0.4
HSL 156.47º 0.2% 0.5% -
HSV(B) 156.47º 0.33% 0.6% -
XYZ 21.1 27.3 26.35 -
YUV 135.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 102 153 133 0.33 0 0.13 0.4 156.47 0.2 0.5
Hex 66 99 85 21 0 D 28 9C 14 32
Octal 146 231 205 41 0 15 50 234 24 62
Binary 1100110 10011001 10000101 100001 0 1101 101000 10011100 10100 110010

Color Harmonies of #669985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669985

Black with #669985

Text Example


Text Example

White with #669985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669985; }

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

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

background-color css

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

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

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

border-color css

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

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

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