#618970

Color #618970 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #618970

Tints of Sirocco #618970

Color information

#618970 (or 0x618970) is unknown color: approx Sirocco. HEX triplet: 61, 89 and 70. RGB value is (97,137,112). Sum of RGB (Red+Green+Blue) = 97+137+112=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #618970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618970 is #9E768F. Grayscale: #7A7A7A. Windows color (decimal): -10385040 or 7375201. OLE color: 7375201.

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

Color convert

RGB97137112-
CMYK0.2900.180.46
HSL142.5º17.09%45.88%-
HSV(B)142.5º29.2%53.73%-
XYZ16.821.618.61-
YUV122.19122.25110.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=28.03%
G=39.60%
B=32.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971371120.2900.180.46142.517.0945.88
Hex6189701D0122E8e112e
Octal14121116035022562162156
Binary1100001100010011110000111010100101011101000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618970; }

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

 H1.HeaderClassName
 {
   color: #618970;
 }
 .AnyTagClassName
 {
   color: #618970;
 }
</style>
background-color css

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

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

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

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

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

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