Html Css Color HEX #608570 Sirocco

📋 copy color: '#608570'

red 96 ◦ green 133 ◦ blue 112

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

Shades of Sirocco #608570

Tints of Sirocco #608570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39%

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

R = 28.15%
G = 39%
B = 32.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#608570 (or 0x608570) is known color: Sirocco. HEX triplet: 60, 85 and 70. RGB value is (96,133,112). Sum of RGB (Red+Green+Blue) = 96+133+112=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #608570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608570 is #9F7A8F. Grayscale: #777777. Windows color (decimal): -10451600 or 7374176. OLE color: 7374176.

HSL color Cylindrical-coordinate representation of color #608570: hue angle of 145.95º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608570 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 112 -
CMYK 0.28 0 0.16 0.48
HSL 145.95º 0.16% 0.45% -
HSV(B) 145.95º 0.28% 0.52% -
XYZ 16.14 20.43 18.42 -
YUV 119.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 96 133 112 0.28 0 0.16 0.48 145.95 0.16 0.45
Hex 60 85 70 1C 0 10 30 92 10 2D
Octal 140 205 160 34 0 20 60 222 20 55
Binary 1100000 10000101 1110000 11100 0 10000 110000 10010010 10000 101101

Color Harmonies of #608570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608570

Black with #608570

Text Example


Text Example

White with #608570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608570; }

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

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

background-color css

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

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

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

border-color css

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

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

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