Html Css Color HEX #658B75 Cutty Sark

📋 copy color: '#658B75'

red 101 ◦ green 139 ◦ blue 117

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

Shades of Cutty Sark #658B75

Tints of Cutty Sark #658B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.94%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 28.29%
G = 38.94%
B = 32.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#658B75 (or 0x658B75) is known color: Cutty Sark. HEX triplet: 65, 8B and 75. RGB value is (101,139,117). Sum of RGB (Red+Green+Blue) = 101+139+117=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 139 - color contains mainly: green. Hex color #658B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B75 is #9A748A. Grayscale: #7D7D7D. Windows color (decimal): -10122379 or 7703397. OLE color: 7703397.

HSL color Cylindrical-coordinate representation of color #658B75: hue angle of 145.26º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658B75 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 139 117 -
CMYK 0.27 0 0.16 0.45
HSL 145.26º 0.16% 0.47% -
HSV(B) 145.26º 0.27% 0.55% -
XYZ 17.81 22.52 20.24 -
YUV 125.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 101 139 117 0.27 0 0.16 0.45 145.26 0.16 0.47
Hex 65 8B 75 1B 0 10 2D 91 10 2F
Octal 145 213 165 33 0 20 55 221 20 57
Binary 1100101 10001011 1110101 11011 0 10000 101101 10010001 10000 101111

Color Harmonies of #658B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B75

Black with #658B75

Text Example


Text Example

White with #658B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658B75; }

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

 H1.HeaderClassName
 {
   color: #658B75;
 }
 .AnyTagClassName
 {
   color: #658B75;
 }
</style>

background-color css

<style>
 a { background-color: #658B75; }

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

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

border-color css

<style>
 span { border-color: #658B75; }

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

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