Html Css Color HEX #65927B Patina

📋 copy color: '#65927B'

red 101 ◦ green 146 ◦ blue 123

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

Shades of Patina #65927B

Tints of Patina #65927B

RGB

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

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

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

R = 27.3%
G = 39.46%
B = 33.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#65927B (or 0x65927B) is known color: Patina. HEX triplet: 65, 92 and 7B. RGB value is (101,146,123). Sum of RGB (Red+Green+Blue) = 101+146+123=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #65927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65927B is #9A6D84. Grayscale: #818181. Windows color (decimal): -10120581 or 8098405. OLE color: 8098405.

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

Color convert

RGB 101 146 123 -
CMYK 0.31 0 0.16 0.43
HSL 149.33º 0.18% 0.48% -
HSV(B) 149.33º 0.31% 0.57% -
XYZ 19.22 24.75 22.5 -
YUV 129.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 101 146 123 0.31 0 0.16 0.43 149.33 0.18 0.48
Hex 65 92 7B 1F 0 10 2B 95 12 30
Octal 145 222 173 37 0 20 53 225 22 60
Binary 1100101 10010010 1111011 11111 0 10000 101011 10010101 10010 110000

Color Harmonies of #65927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65927B

Black with #65927B

Text Example


Text Example

White with #65927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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