Html Css Color HEX #65A38B Patina

📋 copy color: '#65A38B'

red 101 ◦ green 163 ◦ blue 139

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

Shades of Patina #65A38B

Tints of Patina #65A38B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

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

R = 25.06%
G = 40.45%
B = 34.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#65A38B (or 0x65A38B) is known color: Patina. HEX triplet: 65, A3 and 8B. RGB value is (101,163,139). Sum of RGB (Red+Green+Blue) = 101+163+139=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #65A38B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A38B is #9A5C74. Grayscale: #8D8D8D. Windows color (decimal): -10116213 or 9151333. OLE color: 9151333.

HSL color Cylindrical-coordinate representation of color #65A38B: hue angle of 156.77º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A38B is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 163 139 -
CMYK 0.38 0 0.15 0.36
HSL 156.77º 0.25% 0.52% -
HSV(B) 156.77º 0.38% 0.64% -
XYZ 23.12 30.83 29.16 -
YUV 141.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 101 163 139 0.38 0 0.15 0.36 156.77 0.25 0.52
Hex 65 A3 8B 26 0 F 24 9D 19 34
Octal 145 243 213 46 0 17 44 235 31 64
Binary 1100101 10100011 10001011 100110 0 1111 100100 10011101 11001 110100

Color Harmonies of #65A38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A38B

Black with #65A38B

Text Example


Text Example

White with #65A38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A38B; }

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

 H1.HeaderClassName
 {
   color: #65A38B;
 }
 .AnyTagClassName
 {
   color: #65A38B;
 }
</style>

background-color css

<style>
 a { background-color: #65A38B; }

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

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

border-color css

<style>
 span { border-color: #65A38B; }

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

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