Html Css Color HEX #65937B Patina

📋 copy color: '#65937B'

red 101 ◦ green 147 ◦ blue 123

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

Shades of Patina #65937B

Tints of Patina #65937B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 27.22%
G = 39.62%
B = 33.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#65937B (or 0x65937B) is known color: Patina. HEX triplet: 65, 93 and 7B. RGB value is (101,147,123). Sum of RGB (Red+Green+Blue) = 101+147+123=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #65937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65937B is #9A6C84. Grayscale: #828282. Windows color (decimal): -10120325 or 8098661. OLE color: 8098661.

HSL color Cylindrical-coordinate representation of color #65937B: hue angle of 148.7º degrees, saturation: 0.19, 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 #65937B is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 123 -
CMYK 0.31 0 0.16 0.42
HSL 148.7º 0.19% 0.49% -
HSV(B) 148.7º 0.31% 0.58% -
XYZ 19.38 25.06 22.56 -
YUV 130.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 101 147 123 0.31 0 0.16 0.42 148.7 0.19 0.49
Hex 65 93 7B 1F 0 10 2A 95 13 31
Octal 145 223 173 37 0 20 52 225 23 61
Binary 1100101 10010011 1111011 11111 0 10000 101010 10010101 10011 110001

Color Harmonies of #65937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65937B

Black with #65937B

Text Example


Text Example

White with #65937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65937B; }

 p { color: rgb(101,147,123); }

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

background-color css

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

 a { background-color: rgb(101,147,123); }

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

border-color css

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

 span { border-color: rgb(101,147,123); }

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