Html Css Color HEX #608770 Sirocco

📋 copy color: '#608770'

red 96 ◦ green 135 ◦ blue 112

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

Shades of Sirocco #608770

Tints of Sirocco #608770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.36%

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

R = 27.99%
G = 39.36%
B = 32.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#608770 (or 0x608770) is known color: Sirocco. HEX triplet: 60, 87 and 70. RGB value is (96,135,112). Sum of RGB (Red+Green+Blue) = 96+135+112=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #608770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608770 is #9F788F. Grayscale: #787878. Windows color (decimal): -10451088 or 7374688. OLE color: 7374688.

HSL color Cylindrical-coordinate representation of color #608770: hue angle of 144.62º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608770 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 112 -
CMYK 0.29 0 0.17 0.47
HSL 144.62º 0.17% 0.45% -
HSV(B) 144.62º 0.29% 0.53% -
XYZ 16.41 20.98 18.51 -
YUV 120.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 96 135 112 0.29 0 0.17 0.47 144.62 0.17 0.45
Hex 60 87 70 1D 0 11 2F 91 11 2D
Octal 140 207 160 35 0 21 57 221 21 55
Binary 1100000 10000111 1110000 11101 0 10001 101111 10010001 10001 101101

Color Harmonies of #608770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608770

Black with #608770

Text Example


Text Example

White with #608770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608770; }

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

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

background-color css

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

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

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

border-color css

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

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

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