Html Css Color HEX #65917B Patina

📋 copy color: '#65917B'

red 101 ◦ green 145 ◦ blue 123

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

Shades of Patina #65917B

Tints of Patina #65917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.3%

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

R = 27.37%
G = 39.3%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#65917B (or 0x65917B) is known color: Patina. HEX triplet: 65, 91 and 7B. RGB value is (101,145,123). Sum of RGB (Red+Green+Blue) = 101+145+123=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #65917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65917B is #9A6E84. Grayscale: #818181. Windows color (decimal): -10120837 or 8098149. OLE color: 8098149.

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

Color convert

RGB 101 145 123 -
CMYK 0.30 0 0.15 0.43
HSL 150º 0.18% 0.48% -
HSV(B) 150º 0.3% 0.57% -
XYZ 19.07 24.45 22.45 -
YUV 129.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 101 145 123 0.30 0 0.15 0.43 150 0.18 0.48
Hex 65 91 7B 1E 0 F 2B 96 12 30
Octal 145 221 173 36 0 17 53 226 22 60
Binary 1100101 10010001 1111011 11110 0 1111 101011 10010110 10010 110000

Color Harmonies of #65917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65917B

Black with #65917B

Text Example


Text Example

White with #65917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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