Html Css Color HEX #618570 Sirocco

📋 copy color: '#618570'

red 97 ◦ green 133 ◦ blue 112

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

Shades of Sirocco #618570

Tints of Sirocco #618570

RGB

 RED value IS 97 (38.28% from 255) = 28.36%

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

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

R = 28.36%
G = 38.89%
B = 32.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#618570 (or 0x618570) is known color: Sirocco. HEX triplet: 61, 85 and 70. RGB value is (97,133,112). Sum of RGB (Red+Green+Blue) = 97+133+112=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #618570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618570 is #9E7A8F. Grayscale: #777777. Windows color (decimal): -10386064 or 7374177. OLE color: 7374177.

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

Color convert

RGB 97 133 112 -
CMYK 0.27 0 0.16 0.48
HSL 145º 0.16% 0.45% -
HSV(B) 145º 0.27% 0.52% -
XYZ 16.24 20.49 18.43 -
YUV 119.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 97 133 112 0.27 0 0.16 0.48 145 0.16 0.45
Hex 61 85 70 1B 0 10 30 91 10 2D
Octal 141 205 160 33 0 20 60 221 20 55
Binary 1100001 10000101 1110000 11011 0 10000 110000 10010001 10000 101101

Color Harmonies of #618570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618570

Black with #618570

Text Example


Text Example

White with #618570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618570; }

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

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

background-color css

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

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

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

border-color css

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

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

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