Html Css Color HEX #607B73 Cutty Sark

📋 copy color: '#607B73'

red 96 ◦ green 123 ◦ blue 115

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

Shades of Cutty Sark #607B73

Tints of Cutty Sark #607B73

RGB

 RED value IS 96 (37.89% from 255) = 28.74%

 GREEN value IS 123 (48.44% from 255) = 36.83%

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 28.74%
G = 36.83%
B = 34.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#607B73 (or 0x607B73) is known color: Cutty Sark. HEX triplet: 60, 7B and 73. RGB value is (96,123,115). Sum of RGB (Red+Green+Blue) = 96+123+115=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 123 - color contains mainly: green. Hex color #607B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B73 is #9F848C. Grayscale: #727272. Windows color (decimal): -10454157 or 7568224. OLE color: 7568224.

HSL color Cylindrical-coordinate representation of color #607B73: hue angle of 162.22º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #607B73 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 123 115 -
CMYK 0.22 0 0.07 0.52
HSL 162.22º 0.12% 0.43% -
HSV(B) 162.22º 0.22% 0.48% -
XYZ 15 17.89 18.88 -
YUV 114.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 96 123 115 0.22 0 0.07 0.52 162.22 0.12 0.43
Hex 60 7B 73 16 0 7 34 A2 C 2B
Octal 140 173 163 26 0 7 64 242 14 53
Binary 1100000 1111011 1110011 10110 0 111 110100 10100010 1100 101011

Color Harmonies of #607B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607B73

Black with #607B73

Text Example


Text Example

White with #607B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607B73; }

 p { color: rgb(96,123,115); }

 H1.HeaderClassName
 {
   color: #607B73;
 }
 .AnyTagClassName
 {
   color: #607B73;
 }
</style>

background-color css

<style>
 a { background-color: #607B73; }

 a { background-color: rgb(96,123,115); }

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

border-color css

<style>
 span { border-color: #607B73; }

 span { border-color: rgb(96,123,115); }

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