#607D68

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

Shades of Sirocco #607D68

Tints of Sirocco #607D68

Color information

#607D68 (or 0x607D68) is unknown color: approx Sirocco. HEX triplet: 60, 7D and 68. RGB value is (96,125,104). Sum of RGB (Red+Green+Blue) = 96+125+104=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #607D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607D68 is #9F8297. Grayscale: #717171. Windows color (decimal): -10453656 or 6847840. OLE color: 6847840.

HSL color Cylindrical-coordinate representation of color #607D68: hue angle of 136.55º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607D68 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB96125104-
CMYK0.2300.170.51
HSL136.55º13.12%43.33%-
HSV(B)136.55º23.2%49.02%-
XYZ14.6618.1515.83-
YUV113.94122.39115.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 104 (41.02% from 255) = 32%
R=29.54%
G=38.46%
B=32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961251040.2300.170.51136.5513.1243.33
Hex607D68170113389d2b
Octal14017515027021632111553
Binary11000001111101110100010111010001110011100010011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,125,104); }

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

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

 a { background-color: rgb(96,125,104); }

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

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

 span { border-color: rgb(96,125,104); }

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