Html Css Color HEX #65978B Patina

📋 copy color: '#65978B'

red 101 ◦ green 151 ◦ blue 139

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

Shades of Patina #65978B

Tints of Patina #65978B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 25.83%
G = 38.62%
B = 35.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#65978B (or 0x65978B) is known color: Patina. HEX triplet: 65, 97 and 8B. RGB value is (101,151,139). Sum of RGB (Red+Green+Blue) = 101+151+139=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #65978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65978B is #9A6874. Grayscale: #868686. Windows color (decimal): -10119285 or 9148261. OLE color: 9148261.

HSL color Cylindrical-coordinate representation of color #65978B: hue angle of 165.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65978B is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 139 -
CMYK 0.33 0 0.08 0.41
HSL 165.6º 0.2% 0.49% -
HSV(B) 165.6º 0.33% 0.59% -
XYZ 21.09 26.76 28.48 -
YUV 134.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 101 151 139 0.33 0 0.08 0.41 165.6 0.2 0.49
Hex 65 97 8B 21 0 8 29 A6 14 31
Octal 145 227 213 41 0 10 51 246 24 61
Binary 1100101 10010111 10001011 100001 0 1000 101001 10100110 10100 110001

Color Harmonies of #65978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65978B

Black with #65978B

Text Example


Text Example

White with #65978B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,151,139); }

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

background-color css

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

 a { background-color: rgb(101,151,139); }

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

border-color css

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

 span { border-color: rgb(101,151,139); }

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