Html Css Color HEX #659C7F Patina

📋 copy color: '#659C7F'

red 101 ◦ green 156 ◦ blue 127

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

Shades of Patina #659C7F

Tints of Patina #659C7F

RGB

 RED value IS 101 (39.84% from 255) = 26.3%

 GREEN value IS 156 (61.33% from 255) = 40.63%

 BLUE value IS 127 (50% from 255) = 33.07%

R = 26.3%
G = 40.63%
B = 33.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#659C7F (or 0x659C7F) is known color: Patina. HEX triplet: 65, 9C and 7F. RGB value is (101,156,127). Sum of RGB (Red+Green+Blue) = 101+156+127=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 156 - color contains mainly: green. Hex color #659C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C7F is #9A6380. Grayscale: #888888. Windows color (decimal): -10118017 or 8363109. OLE color: 8363109.

HSL color Cylindrical-coordinate representation of color #659C7F: hue angle of 148.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C7F is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 156 127 -
CMYK 0.35 0 0.19 0.39
HSL 148.36º 0.22% 0.5% -
HSV(B) 148.36º 0.35% 0.61% -
XYZ 21.09 28.08 24.39 -
YUV 136.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 101 156 127 0.35 0 0.19 0.39 148.36 0.22 0.5
Hex 65 9C 7F 23 0 13 27 94 16 32
Octal 145 234 177 43 0 23 47 224 26 62
Binary 1100101 10011100 1111111 100011 0 10011 100111 10010100 10110 110010

Color Harmonies of #659C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659C7F

Black with #659C7F

Text Example


Text Example

White with #659C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659C7F; }

 p { color: rgb(101,156,127); }

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

background-color css

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

 a { background-color: rgb(101,156,127); }

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

border-color css

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

 span { border-color: rgb(101,156,127); }

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