Html Css Color HEX #618270 Sirocco

📋 copy color: '#618270'

red 97 ◦ green 130 ◦ blue 112

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

Shades of Sirocco #618270

Tints of Sirocco #618270

RGB

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

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

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

R = 28.61%
G = 38.35%
B = 33.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#618270 (or 0x618270) is known color: Sirocco. HEX triplet: 61, 82 and 70. RGB value is (97,130,112). Sum of RGB (Red+Green+Blue) = 97+130+112=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #618270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618270 is #9E7D8F. Grayscale: #767676. Windows color (decimal): -10386832 or 7373409. OLE color: 7373409.

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

Color convert

RGB 97 130 112 -
CMYK 0.25 0 0.14 0.49
HSL 147.27º 0.15% 0.45% -
HSV(B) 147.27º 0.25% 0.51% -
XYZ 15.84 19.68 18.29 -
YUV 118.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 97 130 112 0.25 0 0.14 0.49 147.27 0.15 0.45
Hex 61 82 70 19 0 E 31 93 F 2D
Octal 141 202 160 31 0 16 61 223 17 55
Binary 1100001 10000010 1110000 11001 0 1110 110001 10010011 1111 101101

Color Harmonies of #618270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618270

Black with #618270

Text Example


Text Example

White with #618270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618270; }

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

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

background-color css

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

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

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

border-color css

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

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

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