#607A64

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

Shades of Sirocco #607A64

Tints of Sirocco #607A64

Color information

#607A64 (or 0x607A64) is unknown color: approx Sirocco. HEX triplet: 60, 7A and 64. RGB value is (96,122,100). Sum of RGB (Red+Green+Blue) = 96+122+100=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 122 - color contains mainly: green. Hex color #607A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A64 is #9F859B. Grayscale: #6F6F6F. Windows color (decimal): -10454428 or 6584928. OLE color: 6584928.

HSL color Cylindrical-coordinate representation of color #607A64: hue angle of 129.23º 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 #607A64 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB96122100-
CMYK0.2100.180.52
HSL129.23º11.93%42.75%-
HSV(B)129.23º21.31%47.84%-
XYZ14.0817.3314.66-
YUV111.72121.39116.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 122 (48.05% from 255) = 38.36%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=30.19%
G=38.36%
B=31.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961221000.2100.180.52129.2311.9342.75
Hex607A64150123481c2b
Octal14017214425022642011453
Binary11000001111010110010010101010010110100100000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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