Html Css Color HEX #65A497 Keppel

📋 copy color: '#65A497'

red 101 ◦ green 164 ◦ blue 151

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

Shades of Keppel #65A497

Tints of Keppel #65A497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.42%

 BLUE value IS 151 (59.38% from 255) = 36.3%

R = 24.28%
G = 39.42%
B = 36.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#65A497 (or 0x65A497) is known color: Keppel. HEX triplet: 65, A4 and 97. RGB value is (101,164,151). Sum of RGB (Red+Green+Blue) = 101+164+151=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #65A497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A497 is #9A5B68. Grayscale: #8F8F8F. Windows color (decimal): -10115945 or 9938021. OLE color: 9938021.

HSL color Cylindrical-coordinate representation of color #65A497: hue angle of 167.62º degrees, saturation: 0.26, 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 #65A497 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 164 151 -
CMYK 0.38 0 0.08 0.36
HSL 167.62º 0.26% 0.52% -
HSV(B) 167.62º 0.38% 0.64% -
XYZ 24.23 31.55 34.09 -
YUV 143.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 101 164 151 0.38 0 0.08 0.36 167.62 0.26 0.52
Hex 65 A4 97 26 0 8 24 A8 1A 34
Octal 145 244 227 46 0 10 44 250 32 64
Binary 1100101 10100100 10010111 100110 0 1000 100100 10101000 11010 110100

Color Harmonies of #65A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A497

Black with #65A497

Text Example


Text Example

White with #65A497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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