Html Css Color HEX #65988B Patina

📋 copy color: '#65988B'

red 101 ◦ green 152 ◦ blue 139

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

Shades of Patina #65988B

Tints of Patina #65988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

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

R = 25.77%
G = 38.78%
B = 35.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#65988B (or 0x65988B) is known color: Patina. HEX triplet: 65, 98 and 8B. RGB value is (101,152,139). Sum of RGB (Red+Green+Blue) = 101+152+139=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #65988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65988B is #9A6774. Grayscale: #878787. Windows color (decimal): -10119029 or 9148517. OLE color: 9148517.

HSL color Cylindrical-coordinate representation of color #65988B: hue angle of 164.71º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65988B is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 139 -
CMYK 0.34 0 0.09 0.40
HSL 164.71º 0.2% 0.5% -
HSV(B) 164.71º 0.34% 0.6% -
XYZ 21.26 27.09 28.53 -
YUV 135.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 101 152 139 0.34 0 0.09 0.40 164.71 0.2 0.5
Hex 65 98 8B 22 0 9 28 A5 14 32
Octal 145 230 213 42 0 11 50 245 24 62
Binary 1100101 10011000 10001011 100010 0 1001 101000 10100101 10100 110010

Color Harmonies of #65988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65988B

Black with #65988B

Text Example


Text Example

White with #65988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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