Html Css Color HEX #669283 Patina

📋 copy color: '#669283'

red 102 ◦ green 146 ◦ blue 131

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

Shades of Patina #669283

Tints of Patina #669283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

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

R = 26.91%
G = 38.52%
B = 34.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#669283 (or 0x669283) is known color: Patina. HEX triplet: 66, 92 and 83. RGB value is (102,146,131). Sum of RGB (Red+Green+Blue) = 102+146+131=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #669283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669283 is #996D7C. Grayscale: #838383. Windows color (decimal): -10055037 or 8622694. OLE color: 8622694.

HSL color Cylindrical-coordinate representation of color #669283: hue angle of 159.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669283 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 131 -
CMYK 0.30 0 0.10 0.43
HSL 159.55º 0.18% 0.49% -
HSV(B) 159.55º 0.3% 0.57% -
XYZ 19.86 25.02 25.26 -
YUV 131.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 102 146 131 0.30 0 0.10 0.43 159.55 0.18 0.49
Hex 66 92 83 1E 0 A 2B A0 12 31
Octal 146 222 203 36 0 12 53 240 22 61
Binary 1100110 10010010 10000011 11110 0 1010 101011 10100000 10010 110001

Color Harmonies of #669283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669283

Black with #669283

Text Example


Text Example

White with #669283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669283; }

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

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

background-color css

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

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

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

border-color css

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

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

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