#607A65

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

Shades of Sirocco #607A65

Tints of Sirocco #607A65

Color information

#607A65 (or 0x607A65) is unknown color: approx Sirocco. HEX triplet: 60, 7A and 65. RGB value is (96,122,101). Sum of RGB (Red+Green+Blue) = 96+122+101=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 122 - color contains mainly: green. Hex color #607A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A65 is #9F859A. Grayscale: #6F6F6F. Windows color (decimal): -10454427 or 6650464. OLE color: 6650464.

HSL color Cylindrical-coordinate representation of color #607A65: hue angle of 131.54º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607A65 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB96122101-
CMYK0.2100.170.52
HSL131.54º11.93%42.75%-
HSV(B)131.54º21.31%47.84%-
XYZ14.1317.3514.92-
YUV111.83121.89116.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=30.09%
G=38.24%
B=31.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961221010.2100.170.52131.5411.9342.75
Hex607A65150113484c2b
Octal14017214525021642041453
Binary11000001111010110010110101010001110100100001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607A65; }

 p { color: rgb(96,122,101); }

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

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

 a { background-color: rgb(96,122,101); }

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

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

 span { border-color: rgb(96,122,101); }

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