Html Css Color HEX #608270 Cutty Sark

📋 copy color: '#608270'

red 96 ◦ green 130 ◦ blue 112

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

Shades of Cutty Sark #608270

Tints of Cutty Sark #608270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.46%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 28.4%
G = 38.46%
B = 33.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#608270 (or 0x608270) is known color: Cutty Sark. HEX triplet: 60, 82 and 70. RGB value is (96,130,112). Sum of RGB (Red+Green+Blue) = 96+130+112=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #608270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608270 is #9F7D8F. Grayscale: #757575. Windows color (decimal): -10452368 or 7373408. OLE color: 7373408.

HSL color Cylindrical-coordinate representation of color #608270: hue angle of 148.24º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608270 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 112 -
CMYK 0.26 0 0.14 0.49
HSL 148.24º 0.15% 0.44% -
HSV(B) 148.24º 0.26% 0.51% -
XYZ 15.73 19.62 18.29 -
YUV 117.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 96 130 112 0.26 0 0.14 0.49 148.24 0.15 0.44
Hex 60 82 70 1A 0 E 31 94 F 2C
Octal 140 202 160 32 0 16 61 224 17 54
Binary 1100000 10000010 1110000 11010 0 1110 110001 10010100 1111 101100

Color Harmonies of #608270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608270

Black with #608270

Text Example


Text Example

White with #608270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608270; }

 p { color: rgb(96,130,112); }

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

background-color css

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

 a { background-color: rgb(96,130,112); }

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

border-color css

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

 span { border-color: rgb(96,130,112); }

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