Html Css Color HEX #669B83 Patina

📋 copy color: '#669B83'

red 102 ◦ green 155 ◦ blue 131

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

Shades of Patina #669B83

Tints of Patina #669B83

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.95%

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 26.29%
G = 39.95%
B = 33.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#669B83 (or 0x669B83) is known color: Patina. HEX triplet: 66, 9B and 83. RGB value is (102,155,131). Sum of RGB (Red+Green+Blue) = 102+155+131=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #669B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B83 is #99647C. Grayscale: #888888. Windows color (decimal): -10052733 or 8624998. OLE color: 8624998.

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

Color convert

RGB 102 155 131 -
CMYK 0.34 0 0.15 0.39
HSL 152.83º 0.21% 0.5% -
HSV(B) 152.83º 0.34% 0.61% -
XYZ 21.3 27.91 25.74 -
YUV 136.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 102 155 131 0.34 0 0.15 0.39 152.83 0.21 0.5
Hex 66 9B 83 22 0 F 27 99 15 32
Octal 146 233 203 42 0 17 47 231 25 62
Binary 1100110 10011011 10000011 100010 0 1111 100111 10011001 10101 110010

Color Harmonies of #669B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B83

Black with #669B83

Text Example


Text Example

White with #669B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,155,131); }

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

background-color css

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

 a { background-color: rgb(102,155,131); }

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

border-color css

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

 span { border-color: rgb(102,155,131); }

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